#76D4CB

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

Shades of Downy #76D4CB

Tints of Downy #76D4CB

Color information

#76D4CB (or 0x76D4CB) is unknown color: approx Downy. HEX triplet: 76, D4 and CB. RGB value is (118,212,203). Sum of RGB (Red+Green+Blue) = 118+212+203=533 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.14% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #76D4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D4CB is #892B34. Grayscale: #B6B6B6. Windows color (decimal): -8989493 or 13358198. OLE color: 13358198.

HSL color Cylindrical-coordinate representation of color #76D4CB: hue angle of 174.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D4CB is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB118212203-
CMYK0.4400.040.17
HSL174.26º52.22%64.71%-
HSV(B)174.26º44.34%83.14%-
XYZ41.7955.2564.96-
YUV182.87139.3681.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.14%
GREEN value IS 212 (83.20% from 255) = 39.77%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=22.14%
G=39.77%
B=38.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1182122030.4400.040.17174.2652.2264.71
Hex76D4CB2C0411ae3441
Octal16632431354042125664101
Binary11101101101010011001011101100010010001101011101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,212,203); }

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

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

 a { background-color: rgb(118,212,203); }

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

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

 span { border-color: rgb(118,212,203); }

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