#7AB499

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

Shades of Padua #7AB499

Tints of Padua #7AB499

Color information

#7AB499 (or 0x7AB499) is unknown color: approx Padua. HEX triplet: 7A, B4 and 99. RGB value is (122,180,153). Sum of RGB (Red+Green+Blue) = 122+180+153=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB499 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB499 is #854B66. Grayscale: #9F9F9F. Windows color (decimal): -8735591 or 10073210. OLE color: 10073210.

HSL color Cylindrical-coordinate representation of color #7AB499: hue angle of 152.07º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB499 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB122180153-
CMYK0.3200.150.29
HSL152.07º27.88%59.22%-
HSV(B)152.07º32.22%70.59%-
XYZ30.139.0836.09-
YUV159.58124.28101.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.81%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=26.81%
G=39.56%
B=33.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221801530.3200.150.29152.0727.8859.22
Hex7AB499200F1D981c3b
Octal17226423140017352303473
Binary1111010101101001001100110000001111111011001100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AB499; }

 p { color: rgb(122,180,153); }

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

<style>
 a { background-color: #7AB499; }

 a { background-color: rgb(122,180,153); }

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

<style>
 span { border-color: #7AB499; }

 span { border-color: rgb(122,180,153); }

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