#76E9BC

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

Shades of Downy #76E9BC

Tints of Downy #76E9BC

Color information

#76E9BC (or 0x76E9BC) is unknown color: approx Downy. HEX triplet: 76, E9 and BC. RGB value is (118,233,188). Sum of RGB (Red+Green+Blue) = 118+233+188=539 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.89% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #76E9BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E9BC is #891643. Grayscale: #C1C1C1. Windows color (decimal): -8984132 or 12380534. OLE color: 12380534.

HSL color Cylindrical-coordinate representation of color #76E9BC: hue angle of 156.52º 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 #76E9BC is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB118233188-
CMYK0.4900.190.09
HSL156.52º72.33%68.82%-
HSV(B)156.52º49.36%91.37%-
XYZ45.6965.7657.86-
YUV193.48124.974.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.89%
GREEN value IS 233 (91.41% from 255) = 43.23%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=21.89%
G=43.23%
B=34.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1182331880.4900.190.09156.5272.3368.82
Hex76E9BC3101399d4845
Octal1663512746102311235110105
Binary1110110111010011011110011000101001110011001110110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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