#77D9CE

Color #77D9CE Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #77D9CE

Tints of Downy #77D9CE

Color information

#77D9CE (or 0x77D9CE) is unknown color: approx Downy. HEX triplet: 77, D9 and CE. RGB value is (119,217,206). Sum of RGB (Red+Green+Blue) = 119+217+206=542 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.96% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #77D9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D9CE is #882631. Grayscale: #BABABA. Windows color (decimal): -8922674 or 13556087. OLE color: 13556087.

HSL color Cylindrical-coordinate representation of color #77D9CE: hue angle of 173.27º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D9CE is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB119217206-
CMYK0.4500.050.15
HSL173.27º56.32%65.88%-
HSV(B)173.27º45.16%85.1%-
XYZ43.565867.29-
YUV186.44139.0379.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 21.96%
GREEN value IS 217 (85.16% from 255) = 40.04%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=21.96%
G=40.04%
B=38.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1192172060.4500.050.15173.2756.3265.88
Hex77D9CE2D05Fad3842
Octal16733131655051725570102
Binary1110111110110011100111010110101011111101011011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77D9CE; }

 p { color: rgb(119,217,206); }

 H1.HeaderClassName
 {
   color: #77D9CE;
 }
 .AnyTagClassName
 {
   color: #77D9CE;
 }
</style>
background-color css

<style>
 a { background-color: #77D9CE; }

 a { background-color: rgb(119,217,206); }

 div.DivClassName
 {
   background-color: #77D9CE;
 }
 .BgClassName
 {
   background-color: #77D9CE;
 }
</style>
border-color css

<style>
 span { border-color: #77D9CE; }

 span { border-color: rgb(119,217,206); }

 td.TdClassName
 {
   border-color: #77D9CE;
 }
 .TagClassName
 {
   border-color: #77D9CE;
 }
</style>