#76BA96

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

Shades of Padua #76BA96

Tints of Padua #76BA96

Color information

#76BA96 (or 0x76BA96) is unknown color: approx Padua. HEX triplet: 76, BA and 96. RGB value is (118,186,150). Sum of RGB (Red+Green+Blue) = 118+186+150=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BA96 is #894569. Grayscale: #A1A1A1. Windows color (decimal): -8996202 or 9878134. OLE color: 9878134.

HSL color Cylindrical-coordinate representation of color #76BA96: hue angle of 148.24º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BA96 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB118186150-
CMYK0.3700.190.27
HSL148.24º33.01%59.61%-
HSV(B)148.24º36.56%72.94%-
XYZ30.5441.1735.19-
YUV161.56121.4796.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.99%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 150 (58.98% from 255) = 33.04%
R=25.99%
G=40.97%
B=33.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181861500.3700.190.27148.2433.0159.61
Hex76BA96250131B94213c
Octal16627222645023332244174
Binary111011010111010100101101001010100111101110010100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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