#79BEA0

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

Shades of Padua #79BEA0

Tints of Padua #79BEA0

Color information

#79BEA0 (or 0x79BEA0) is unknown color: approx Padua. HEX triplet: 79, BE and A0. RGB value is (121,190,160). Sum of RGB (Red+Green+Blue) = 121+190+160=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #79BEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BEA0 is #86415F. Grayscale: #A5A5A5. Windows color (decimal): -8798560 or 10534521. OLE color: 10534521.

HSL color Cylindrical-coordinate representation of color #79BEA0: hue angle of 153.91º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79BEA0 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB121190160-
CMYK0.3600.160.25
HSL153.91º34.67%60.98%-
HSV(B)153.91º36.32%74.51%-
XYZ32.6443.4339.92-
YUV165.95124.6495.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.69%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 160 (62.89% from 255) = 33.97%
R=25.69%
G=40.34%
B=33.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211901600.3600.160.25153.9134.6760.98
Hex79BEA024010199a233d
Octal17127624044020312324375
Binary111100110111110101000001001000100001100110011010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,190,160); }

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

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

 a { background-color: rgb(121,190,160); }

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

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

 span { border-color: rgb(121,190,160); }

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