#76D9CB

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

Shades of Downy #76D9CB

Tints of Downy #76D9CB

Color information

#76D9CB (or 0x76D9CB) is unknown color: approx Downy. HEX triplet: 76, D9 and CB. RGB value is (118,217,203). Sum of RGB (Red+Green+Blue) = 118+217+203=538 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.93% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #76D9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D9CB is #892634. Grayscale: #B9B9B9. Windows color (decimal): -8988213 or 13359478. OLE color: 13359478.

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

Color convert

RGB118217203-
CMYK0.4600.060.15
HSL171.52º56.57%65.69%-
HSV(B)171.52º45.62%85.1%-
XYZ43.0657.7965.38-
YUV185.8137.779.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.93%
GREEN value IS 217 (85.16% from 255) = 40.33%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=21.93%
G=40.33%
B=37.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182172030.4600.060.15171.5256.5765.69
Hex76D9CB2E06Fac3942
Octal16633131356061725471102
Binary1110110110110011100101110111001101111101011001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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