Html Css Color HEX #79C0A0 Padua

📋 copy color: '#79C0A0'

red 121 ◦ green 192 ◦ blue 160

#79C0A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #79C0A0

Tints of Padua #79C0A0

RGB

 RED value IS 121 (47.66% from 255) = 25.58%

 GREEN value IS 192 (75.39% from 255) = 40.59%

 BLUE value IS 160 (62.89% from 255) = 33.83%

R = 25.58%
G = 40.59%
B = 33.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#79C0A0 (or 0x79C0A0) is known color: Padua. HEX triplet: 79, C0 and A0. RGB value is (121,192,160). Sum of RGB (Red+Green+Blue) = 121+192+160=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #79C0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C0A0 is #863F5F. Grayscale: #A7A7A7. Windows color (decimal): -8798048 or 10535033. OLE color: 10535033.

HSL color Cylindrical-coordinate representation of color #79C0A0: hue angle of 152.96º 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 #79C0A0 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 192 160 -
CMYK 0.37 0 0.17 0.25
HSL 152.96º 0.36% 0.61% -
HSV(B) 152.96º 0.37% 0.75% -
XYZ 33.08 44.3 40.07 -
YUV 167.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 121 192 160 0.37 0 0.17 0.25 152.96 0.36 0.61
Hex 79 C0 A0 25 0 11 19 99 24 3D
Octal 171 300 240 45 0 21 31 231 44 75
Binary 1111001 11000000 10100000 100101 0 10001 11001 10011001 100100 111101

Color Harmonies of #79C0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79C0A0

Black with #79C0A0

Text Example


Text Example

White with #79C0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #79C0A0;
 }
 .AnyTagClassName
 {
   color: #79C0A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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