#7AB497

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

Shades of Padua #7AB497

Tints of Padua #7AB497

Color information

#7AB497 (or 0x7AB497) is unknown color: approx Padua. HEX triplet: 7A, B4 and 97. RGB value is (122,180,151). Sum of RGB (Red+Green+Blue) = 122+180+151=453 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.93% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB497 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB497 is #854B68. Grayscale: #9F9F9F. Windows color (decimal): -8735593 or 9942138. OLE color: 9942138.

HSL color Cylindrical-coordinate representation of color #7AB497: hue angle of 150º 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 #7AB497 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB122180151-
CMYK0.3200.160.29
HSL150º27.88%59.22%-
HSV(B)150º32.22%70.59%-
XYZ29.9339.0135.23-
YUV159.35123.28101.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.93%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 151 (59.38% from 255) = 33.33%
R=26.93%
G=39.74%
B=33.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221801510.3200.160.2915027.8859.22
Hex7AB497200101D961c3b
Octal17226422740020352263473
Binary11110101011010010010111100000010000111011001011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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