#76E3BC

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

Shades of Downy #76E3BC

Tints of Downy #76E3BC

Color information

#76E3BC (or 0x76E3BC) is unknown color: approx Downy. HEX triplet: 76, E3 and BC. RGB value is (118,227,188). Sum of RGB (Red+Green+Blue) = 118+227+188=533 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.14% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #76E3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E3BC is #891C43. Grayscale: #BEBEBE. Windows color (decimal): -8985668 or 12378998. OLE color: 12378998.

HSL color Cylindrical-coordinate representation of color #76E3BC: hue angle of 158.53º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E3BC is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB118227188-
CMYK0.4800.170.11
HSL158.53º66.06%67.65%-
HSV(B)158.53º48.02%89.02%-
XYZ44.0262.4257.31-
YUV189.96126.8976.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.14%
GREEN value IS 227 (89.06% from 255) = 42.59%
BLUE value IS 188 (73.83% from 255) = 35.27%
R=22.14%
G=42.59%
B=35.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1182271880.4800.170.11158.5366.0667.65
Hex76E3BC30011B9f4244
Octal1663432746002113237102104
Binary1110110111000111011110011000001000110111001111110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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