#79BA9A

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

Shades of Padua #79BA9A

Tints of Padua #79BA9A

Color information

#79BA9A (or 0x79BA9A) is unknown color: approx Padua. HEX triplet: 79, BA and 9A. RGB value is (121,186,154). Sum of RGB (Red+Green+Blue) = 121+186+154=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #79BA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BA9A is #864565. Grayscale: #A2A2A2. Windows color (decimal): -8799590 or 10140281. OLE color: 10140281.

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

Color convert

RGB121186154-
CMYK0.3500.170.27
HSL150.46º32.02%60.2%-
HSV(B)150.46º34.95%72.94%-
XYZ31.2841.5236.94-
YUV162.92122.9798.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.25%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 154 (60.55% from 255) = 33.41%
R=26.25%
G=40.35%
B=33.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211861540.3500.170.27150.4632.0260.2
Hex79BA9A230111B96203c
Octal17127223243021332264074
Binary111100110111010100110101000110100011101110010110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,186,154); }

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

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

 a { background-color: rgb(121,186,154); }

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

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

 span { border-color: rgb(121,186,154); }

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