#79BB96

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

Shades of Padua #79BB96

Tints of Padua #79BB96

Color information

#79BB96 (or 0x79BB96) is unknown color: approx Padua. HEX triplet: 79, BB and 96. RGB value is (121,187,150). Sum of RGB (Red+Green+Blue) = 121+187+150=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 187 - color contains mainly: green. Hex color #79BB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BB96 is #864469. Grayscale: #A3A3A3. Windows color (decimal): -8799338 or 9878393. OLE color: 9878393.

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

Color convert

RGB121187150-
CMYK0.3500.200.27
HSL146.36º32.67%60.39%-
HSV(B)146.36º35.29%73.33%-
XYZ31.1641.8135.28-
YUV163.05120.6398.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.42%
GREEN value IS 187 (73.44% from 255) = 40.83%
BLUE value IS 150 (58.98% from 255) = 32.75%
R=26.42%
G=40.83%
B=32.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211871500.3500.200.27146.3632.6760.39
Hex79BB96230141B92213c
Octal17127322643024332224174
Binary111100110111011100101101000110101001101110010010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79BB96; }

 p { color: rgb(121,187,150); }

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

<style>
 a { background-color: #79BB96; }

 a { background-color: rgb(121,187,150); }

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

<style>
 span { border-color: #79BB96; }

 span { border-color: rgb(121,187,150); }

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