#76DEB9

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

Shades of Downy #76DEB9

Tints of Downy #76DEB9

Color information

#76DEB9 (or 0x76DEB9) is unknown color: approx Downy. HEX triplet: 76, DE and B9. RGB value is (118,222,185). Sum of RGB (Red+Green+Blue) = 118+222+185=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #76DEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DEB9 is #892146. Grayscale: #BABABA. Windows color (decimal): -8986951 or 12181110. OLE color: 12181110.

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

Color convert

RGB118222185-
CMYK0.4700.170.13
HSL158.65º61.18%66.67%-
HSV(B)158.65º46.85%87.06%-
XYZ42.3559.655.17-
YUV186.69127.0479.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.48%
GREEN value IS 222 (87.11% from 255) = 42.29%
BLUE value IS 185 (72.66% from 255) = 35.24%
R=22.48%
G=42.29%
B=35.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182221850.4700.170.13158.6561.1866.67
Hex76DEB92F011D9f3d43
Octal166336271570211523775103
Binary111011011011110101110011011110100011101100111111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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