#76D2CF

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

Shades of Downy #76D2CF

Tints of Downy #76D2CF

Color information

#76D2CF (or 0x76D2CF) is unknown color: approx Downy. HEX triplet: 76, D2 and CF. RGB value is (118,210,207). Sum of RGB (Red+Green+Blue) = 118+210+207=535 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.06% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 210 - color contains mainly: green. Hex color #76D2CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D2CF is #892D30. Grayscale: #B6B6B6. Windows color (decimal): -8990001 or 13619830. OLE color: 13619830.

HSL color Cylindrical-coordinate representation of color #76D2CF: hue angle of 178.04º 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 #76D2CF is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB118210207-
CMYK0.4400.010.18
HSL178.04º50.55%64.31%-
HSV(B)178.04º43.81%82.35%-
XYZ41.7854.4567.34-
YUV182.15142.0282.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.06%
GREEN value IS 210 (82.42% from 255) = 39.25%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=22.06%
G=39.25%
B=38.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1182102070.4400.010.18178.0450.5564.31
Hex76D2CF2C0112b23340
Octal16632231754012226263100
Binary111011011010010110011111011000110010101100101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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