#76D8CB

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

Shades of Downy #76D8CB

Tints of Downy #76D8CB

Color information

#76D8CB (or 0x76D8CB) is unknown color: approx Downy. HEX triplet: 76, D8 and CB. RGB value is (118,216,203). Sum of RGB (Red+Green+Blue) = 118+216+203=537 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.97% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #76D8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D8CB is #892734. Grayscale: #B9B9B9. Windows color (decimal): -8988469 or 13359222. OLE color: 13359222.

HSL color Cylindrical-coordinate representation of color #76D8CB: hue angle of 172.04º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D8CB is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB118216203-
CMYK0.4500.060.15
HSL172.04º55.68%65.49%-
HSV(B)172.04º45.37%84.71%-
XYZ42.8157.2865.3-
YUV185.22138.0380.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.97%
GREEN value IS 216 (84.77% from 255) = 40.22%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=21.97%
G=40.22%
B=37.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182162030.4500.060.15172.0455.6865.49
Hex76D8CB2D06Fac3841
Octal16633031355061725470101
Binary1110110110110001100101110110101101111101011001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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