#79BB94

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

Shades of Padua #79BB94

Tints of Padua #79BB94

Color information

#79BB94 (or 0x79BB94) is unknown color: approx Padua. HEX triplet: 79, BB and 94. RGB value is (121,187,148). Sum of RGB (Red+Green+Blue) = 121+187+148=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #79BB94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BB94 is #86446B. Grayscale: #A2A2A2. Windows color (decimal): -8799340 or 9747321. OLE color: 9747321.

HSL color Cylindrical-coordinate representation of color #79BB94: hue angle of 144.55º 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 #79BB94 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB121187148-
CMYK0.3500.210.27
HSL144.55º32.67%60.39%-
HSV(B)144.55º35.29%73.33%-
XYZ3141.7434.44-
YUV162.82119.6398.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.54%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 148 (58.20% from 255) = 32.46%
R=26.54%
G=41.01%
B=32.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211871480.3500.210.27144.5532.6760.39
Hex79BB94230151B91213c
Octal17127322443025332214174
Binary111100110111011100101001000110101011101110010001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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