#8AAB99

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

Shades of Padua #8AAB99

Tints of Padua #8AAB99

Color information

#8AAB99 (or 0x8AAB99) is unknown color: approx Padua. HEX triplet: 8A, AB and 99. RGB value is (138,171,153). Sum of RGB (Red+Green+Blue) = 138+171+153=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAB99 is #755466. Grayscale: #9F9F9F. Windows color (decimal): -7689319 or 10070922. OLE color: 10070922.

HSL color Cylindrical-coordinate representation of color #8AAB99: hue angle of 147.27º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AAB99 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB138171153-
CMYK0.1900.110.33
HSL147.27º16.42%60.59%-
HSV(B)147.27º19.3%67.06%-
XYZ30.7936.8335.62-
YUV159.08124.57112.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.87%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 153 (60.16% from 255) = 33.12%
R=29.87%
G=37.01%
B=33.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381711530.1900.110.33147.2716.4260.59
Hex8AAB99130B2193103d
Octal21225323123013412232075
Binary10001010101010111001100110011010111000011001001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AAB99; }

 p { color: rgb(138,171,153); }

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

<style>
 a { background-color: #8AAB99; }

 a { background-color: rgb(138,171,153); }

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

<style>
 span { border-color: #8AAB99; }

 span { border-color: rgb(138,171,153); }

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