#76D2CE

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

Shades of Downy #76D2CE

Tints of Downy #76D2CE

Color information

#76D2CE (or 0x76D2CE) is unknown color: approx Downy. HEX triplet: 76, D2 and CE. RGB value is (118,210,206). Sum of RGB (Red+Green+Blue) = 118+210+206=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #76D2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D2CE is #892D31. Grayscale: #B5B5B5. Windows color (decimal): -8990002 or 13554294. OLE color: 13554294.

HSL color Cylindrical-coordinate representation of color #76D2CE: hue angle of 177.39º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D2CE is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB118210206-
CMYK0.4400.020.18
HSL177.39º50.55%64.31%-
HSV(B)177.39º43.81%82.35%-
XYZ41.6654.466.7-
YUV182.04141.5282.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.10%
GREEN value IS 210 (82.42% from 255) = 39.33%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=22.10%
G=39.33%
B=38.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1182102060.4400.020.18177.3950.5564.31
Hex76D2CE2C0212b13340
Octal16632231654022226163100
Binary1110110110100101100111010110001010010101100011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,210,206); }

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

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

 a { background-color: rgb(118,210,206); }

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

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

 span { border-color: rgb(118,210,206); }

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