COLOR #75F5DD

HEX: #75F5DD
RGB: (117,245,221)

Color info

#75F5DD contains mainly green and blue colors. Web safe color of #75F5DD is #66FFCC (or #6FC).

RGB color model

#75F5DD color RGB value is (117,245,221).

  • red value is 117;
  • green value is 245;
  • blue value is 221.
RGB:
(117,245,221)
(46%,96%,87%)

RGB channels and saturation

R 117 of 255 = 46%
G 245 of 255 = 96%
B 221 of 255 = 87%

117
245
221

R + G + B ~ 76%. #75F5DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 245 + 221 = 583 (100%)
R 117 of 583 ~ 20.07%
G 245 of 583 ~ 42.02%
B 221 of 583 ~ 37.91%

%20.07
%42.02
%37.91

CMYK color model

#75F5DD color CMYK value is (52,0,10,4).

  • cyan value is 52.24%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 3.92%
CMYK:
(52,0,10,4)
C52M0Y10K4 
(52%,0%,10%,4%)
(0.52/0.00/0.10/0.04)	

CMYK percentages

%52.24
%0
%9.8
%3.92

Codes

Color #75F5DD in popluar color models

75F5DD
RGB117245221
HSL169°86.49%70.98%
HSB/HSV169°52.24%96.08%
CMYK52.24%0.00%9.80%
3.92%

Color #75F5DD in popluar number systems.

HEX75F5DD
Decimal117245221
Binary11101011111010111011101
Octal165365335

Shades and tints

Shades of #75F5DD

#75F5DD
(117,245,221)
#6BDFC9
(107,223,201)
#61C9B5
(97,201,181)
#57B3A1
(87,179,161)
#4D9D8D
(77,157,141)
#438779
(67,135,121)
#397165
(57,113,101)
#2F5B51
(47,91,81)
#25453D
(37,69,61)
#1B2F29
(27,47,41)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #75F5DD

#75F5DD
(117,245,221)
#81F5E0
(129,245,224)
#8DF5E3
(141,245,227)
#99F5E6
(153,245,230)
#A5F5E9
(165,245,233)
#B1F5EC
(177,245,236)
#BDF5EF
(189,245,239)
#C9F5F2
(201,245,242)
#D5F5F5
(213,245,245)
#E1F5F8
(225,245,248)
#EDF5FB
(237,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75F5DD color. Also use rgb(117,245,221) instead hex code.

Text Font Color

.myTextColor { color: #75F5DD; }

<p style="color:#75F5DD">This sample text font color is #75F5DD.</p>

This text font color is #75F5DD.


Background Color

.myBgColor { background-color: #75F5DD; }

<div style="background-color:#75F5DD">Inner text</div>

This div background color is #75F5DD.


Border color

.myBorderColor { border: 1px solid #75F5DD; }

<div style="border:3px solid #75F5DD">Div</div>

This div border color is #75F5DD.


Opacity

.myOpacity80 { color: #75F5DD; opacity: 0.8; }

<p style="color:#75F5DD;opacity:0.8;">80%</p>

Text with #75F5DD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #75F5DD;}

<p style="text-shadow: 3px 3px 1px #75F5DD">Text here.</p>

This text has shadow with #75F5DD color.

.textShadow {text-shadow: 3px 3px 1px #75F5DD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #75F5DD, 5px 5px 20px red">Text here.</p>

This text has shadow with #75F5DD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75F5DD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#75F5DD, Direction=45, Strength=4)">Text</p>

This text has shadow with #75F5DD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #75F5DD;
  -webkit-box-shadow:	1px 1px 3px 2px #75F5DD;
  box-shadow:		1px 1px 3px 2px #75F5DD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75F5DD;
-webkit-box-shadow: 1px 1px 3px 2px #75F5DD;
box-shadow:1px 1px 3px 2px #75F5DD;">
Div content here</div>
This div box has shadow with color #75F5DD.

Preview

Color preview on black background

This text has color #75F5DD on black background.


Color preview on white background

This text has color #75F5DD on white background.



Black color preview on #75F5DD background

This text has black color on #75F5DD background.


White color preview on #75F5DD background

This text has white color on #75F5DD background.