#76DDCB

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

Shades of Downy #76DDCB

Tints of Downy #76DDCB

Color information

#76DDCB (or 0x76DDCB) is unknown color: approx Downy. HEX triplet: 76, DD and CB. RGB value is (118,221,203). Sum of RGB (Red+Green+Blue) = 118+221+203=542 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.77% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDCB is #892234. Grayscale: #BCBCBC. Windows color (decimal): -8987189 or 13360502. OLE color: 13360502.

HSL color Cylindrical-coordinate representation of color #76DDCB: hue angle of 169.51º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DDCB is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB118221203-
CMYK0.4700.080.13
HSL169.51º60.23%66.47%-
HSV(B)169.51º46.61%86.67%-
XYZ44.1159.8865.73-
YUV188.15136.3877.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.77%
GREEN value IS 221 (86.72% from 255) = 40.77%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=21.77%
G=40.77%
B=37.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182212030.4700.080.13169.5160.2366.47
Hex76DDCB2F08Daa3c42
Octal166335313570101525274102
Binary11101101101110111001011101111010001101101010101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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