#76E3B3

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

Shades of Downy #76E3B3

Tints of Downy #76E3B3

Color information

#76E3B3 (or 0x76E3B3) is unknown color: approx Downy. HEX triplet: 76, E3 and B3. RGB value is (118,227,179). Sum of RGB (Red+Green+Blue) = 118+227+179=524 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.52% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #76E3B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E3B3 is #891C4C. Grayscale: #BDBDBD. Windows color (decimal): -8985677 or 11789174. OLE color: 11789174.

HSL color Cylindrical-coordinate representation of color #76E3B3: hue angle of 153.58º 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 #76E3B3 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB118227179-
CMYK0.4800.210.11
HSL153.58º66.06%67.65%-
HSV(B)153.58º48.02%89.02%-
XYZ43.0862.0452.35-
YUV188.94122.3977.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.52%
GREEN value IS 227 (89.06% from 255) = 43.32%
BLUE value IS 179 (70.31% from 255) = 34.16%
R=22.52%
G=43.32%
B=34.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1182271790.4800.210.11153.5866.0667.65
Hex76E3B330015B9a4244
Octal1663432636002513232102104
Binary1110110111000111011001111000001010110111001101010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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