#79C0A1

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

Shades of Padua #79C0A1

Tints of Padua #79C0A1

Color information

#79C0A1 (or 0x79C0A1) is unknown color: approx Padua. HEX triplet: 79, C0 and A1. RGB value is (121,192,161). Sum of RGB (Red+Green+Blue) = 121+192+161=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #79C0A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C0A1 is #863F5E. Grayscale: #A7A7A7. Windows color (decimal): -8798047 or 10600569. OLE color: 10600569.

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

Color convert

RGB121192161-
CMYK0.3700.160.25
HSL153.8º36.04%61.37%-
HSV(B)153.8º36.98%75.29%-
XYZ33.1744.3440.53-
YUV167.24124.4895.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.53%
GREEN value IS 192 (75.39% from 255) = 40.51%
BLUE value IS 161 (63.28% from 255) = 33.97%
R=25.53%
G=40.51%
B=33.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211921610.3700.160.25153.836.0461.37
Hex79C0A125010199a243d
Octal17130024145020312324475
Binary111100111000000101000011001010100001100110011010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,192,161); }

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

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

 a { background-color: rgb(121,192,161); }

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

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

 span { border-color: rgb(121,192,161); }

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