#76E9BB

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

Shades of Downy #76E9BB

Tints of Downy #76E9BB

Color information

#76E9BB (or 0x76E9BB) is unknown color: approx Downy. HEX triplet: 76, E9 and BB. RGB value is (118,233,187). Sum of RGB (Red+Green+Blue) = 118+233+187=538 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.93% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #76E9BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E9BB is #891644. Grayscale: #C1C1C1. Windows color (decimal): -8984133 or 12314998. OLE color: 12314998.

HSL color Cylindrical-coordinate representation of color #76E9BB: hue angle of 156º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E9BB is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB118233187-
CMYK0.4900.200.09
HSL156º72.33%68.82%-
HSV(B)156º49.36%91.37%-
XYZ45.5865.7257.3-
YUV193.37124.474.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.93%
GREEN value IS 233 (91.41% from 255) = 43.31%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=21.93%
G=43.31%
B=34.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1182331870.4900.200.0915672.3368.82
Hex76E9BB3101499c4845
Octal1663512736102411234110105
Binary1110110111010011011101111000101010010011001110010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,233,187); }

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

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

 a { background-color: rgb(118,233,187); }

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

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

 span { border-color: rgb(118,233,187); }

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