#76CABE

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

Shades of Downy #76CABE

Tints of Downy #76CABE

Color information

#76CABE (or 0x76CABE) is unknown color: approx Downy. HEX triplet: 76, CA and BE. RGB value is (118,202,190). Sum of RGB (Red+Green+Blue) = 118+202+190=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #76CABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CABE is #893541. Grayscale: #AFAFAF. Windows color (decimal): -8992066 or 12503670. OLE color: 12503670.

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

Color convert

RGB118202190-
CMYK0.4200.060.21
HSL171.43º44.21%62.75%-
HSV(B)171.43º41.58%79.22%-
XYZ37.8949.8156.33-
YUV175.52136.1786.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.14%
GREEN value IS 202 (79.30% from 255) = 39.61%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=23.14%
G=39.61%
B=37.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182021900.4200.060.21171.4344.2162.75
Hex76CABE2A0615ab2c3f
Octal1663122765206252535477
Binary1110110110010101011111010101001101010110101011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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