#76BC96

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

Shades of Padua #76BC96

Tints of Padua #76BC96

Color information

#76BC96 (or 0x76BC96) is unknown color: approx Padua. HEX triplet: 76, BC and 96. RGB value is (118,188,150). Sum of RGB (Red+Green+Blue) = 118+188+150=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BC96 is #894369. Grayscale: #A2A2A2. Windows color (decimal): -8995690 or 9878646. OLE color: 9878646.

HSL color Cylindrical-coordinate representation of color #76BC96: hue angle of 147.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BC96 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB118188150-
CMYK0.3700.200.26
HSL147.43º34.31%60%-
HSV(B)147.43º37.23%73.73%-
XYZ30.9642.0235.33-
YUV162.74120.8196.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.88%
GREEN value IS 188 (73.83% from 255) = 41.23%
BLUE value IS 150 (58.98% from 255) = 32.89%
R=25.88%
G=41.23%
B=32.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181881500.3700.200.26147.4334.3160
Hex76BC96250141A93223c
Octal16627422645024322234274
Binary111011010111100100101101001010101001101010010011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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