#76DDB9

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

Shades of Downy #76DDB9

Tints of Downy #76DDB9

Color information

#76DDB9 (or 0x76DDB9) is unknown color: approx Downy. HEX triplet: 76, DD and B9. RGB value is (118,221,185). Sum of RGB (Red+Green+Blue) = 118+221+185=524 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.52% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDB9 is #892246. Grayscale: #BABABA. Windows color (decimal): -8987207 or 12180854. OLE color: 12180854.

HSL color Cylindrical-coordinate representation of color #76DDB9: hue angle of 159.03º 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 #76DDB9 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB118221185-
CMYK0.4700.160.13
HSL159.03º60.23%66.47%-
HSV(B)159.03º46.61%86.67%-
XYZ42.0859.0755.08-
YUV186.1127.3879.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.52%
GREEN value IS 221 (86.72% from 255) = 42.18%
BLUE value IS 185 (72.66% from 255) = 35.31%
R=22.52%
G=42.18%
B=35.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182211850.4700.160.13159.0360.2366.47
Hex76DDB92F010D9f3c42
Octal166335271570201523774102
Binary111011011011101101110011011110100001101100111111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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