#77CABE

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

Shades of Downy #77CABE

Tints of Downy #77CABE

Color information

#77CABE (or 0x77CABE) is unknown color: approx Downy. HEX triplet: 77, CA and BE. RGB value is (119,202,190). Sum of RGB (Red+Green+Blue) = 119+202+190=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #77CABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CABE is #883541. Grayscale: #AFAFAF. Windows color (decimal): -8926530 or 12503671. OLE color: 12503671.

HSL color Cylindrical-coordinate representation of color #77CABE: hue angle of 171.33º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77CABE is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB119202190-
CMYK0.4100.060.21
HSL171.33º43.92%62.94%-
HSV(B)171.33º41.09%79.22%-
XYZ38.0249.8856.34-
YUV175.8213687.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.29%
GREEN value IS 202 (79.30% from 255) = 39.53%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=23.29%
G=39.53%
B=37.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1192021900.4100.060.21171.3343.9262.94
Hex77CABE290615ab2c3f
Octal1673122765106252535477
Binary1110111110010101011111010100101101010110101011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,202,190); }

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

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

 a { background-color: rgb(119,202,190); }

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

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

 span { border-color: rgb(119,202,190); }

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