#7AB494

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

Shades of Padua #7AB494

Tints of Padua #7AB494

Color information

#7AB494 (or 0x7AB494) is unknown color: approx Padua. HEX triplet: 7A, B4 and 94. RGB value is (122,180,148). Sum of RGB (Red+Green+Blue) = 122+180+148=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB494 is #854B6B. Grayscale: #9F9F9F. Windows color (decimal): -8735596 or 9745530. OLE color: 9745530.

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

Color convert

RGB122180148-
CMYK0.3200.180.29
HSL146.9º27.88%59.22%-
HSV(B)146.9º32.22%70.59%-
XYZ29.6938.9233.96-
YUV159.01121.78101.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.11%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 148 (58.20% from 255) = 32.89%
R=27.11%
G=40%
B=32.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221801480.3200.180.29146.927.8859.22
Hex7AB494200121D931c3b
Octal17226422440022352233473
Binary11110101011010010010100100000010010111011001001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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