#76E5B7

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

Shades of Downy #76E5B7

Tints of Downy #76E5B7

Color information

#76E5B7 (or 0x76E5B7) is unknown color: approx Downy. HEX triplet: 76, E5 and B7. RGB value is (118,229,183). Sum of RGB (Red+Green+Blue) = 118+229+183=530 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.26% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #76E5B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E5B7 is #891A48. Grayscale: #BEBEBE. Windows color (decimal): -8985161 or 12051830. OLE color: 12051830.

HSL color Cylindrical-coordinate representation of color #76E5B7: hue angle of 155.14º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E5B7 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB118229183-
CMYK0.4800.200.10
HSL155.14º68.1%68.04%-
HSV(B)155.14º48.47%89.8%-
XYZ44.0463.3154.7-
YUV190.57123.7376.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.26%
GREEN value IS 229 (89.84% from 255) = 43.21%
BLUE value IS 183 (71.88% from 255) = 34.53%
R=22.26%
G=43.21%
B=34.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1182291830.4800.200.10155.1468.168.04
Hex76E5B730014A9b4444
Octal1663452676002412233104104
Binary1110110111001011011011111000001010010101001101110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,229,183); }

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

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

 a { background-color: rgb(118,229,183); }

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

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

 span { border-color: rgb(118,229,183); }

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