#77D1CB

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

Shades of Downy #77D1CB

Tints of Downy #77D1CB

Color information

#77D1CB (or 0x77D1CB) is unknown color: approx Downy. HEX triplet: 77, D1 and CB. RGB value is (119,209,203). Sum of RGB (Red+Green+Blue) = 119+209+203=531 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.41% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 209 - color contains mainly: green. Hex color #77D1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D1CB is #882E34. Grayscale: #B5B5B5. Windows color (decimal): -8924725 or 13357431. OLE color: 13357431.

HSL color Cylindrical-coordinate representation of color #77D1CB: hue angle of 176º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77D1CB is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB119209203-
CMYK0.4300.030.18
HSL176º49.45%64.31%-
HSV(B)176º43.06%81.96%-
XYZ41.1953.8364.72-
YUV181.41140.1883.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.41%
GREEN value IS 209 (82.03% from 255) = 39.36%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=22.41%
G=39.36%
B=38.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1192092030.4300.030.1817649.4564.31
Hex77D1CB2B0312b03140
Octal16732131353032226061100
Binary1110111110100011100101110101101110010101100001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,209,203); }

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

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

 a { background-color: rgb(119,209,203); }

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

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

 span { border-color: rgb(119,209,203); }

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