#76DEB5

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

Shades of Downy #76DEB5

Tints of Downy #76DEB5

Color information

#76DEB5 (or 0x76DEB5) is unknown color: approx Downy. HEX triplet: 76, DE and B5. RGB value is (118,222,181). Sum of RGB (Red+Green+Blue) = 118+222+181=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #76DEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DEB5 is #89214A. Grayscale: #BABABA. Windows color (decimal): -8986955 or 11918966. OLE color: 11918966.

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

Color convert

RGB118222181-
CMYK0.4700.180.13
HSL156.35º61.18%66.67%-
HSV(B)156.35º46.85%87.06%-
XYZ41.9359.4352.98-
YUV186.23125.0479.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.65%
GREEN value IS 222 (87.11% from 255) = 42.61%
BLUE value IS 181 (71.09% from 255) = 34.74%
R=22.65%
G=42.61%
B=34.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182221810.4700.180.13156.3561.1866.67
Hex76DEB52F012D9c3d43
Octal166336265570221523475103
Binary111011011011110101101011011110100101101100111001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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