#8AA798

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

Shades of Padua #8AA798

Tints of Padua #8AA798

Color information

#8AA798 (or 0x8AA798) is unknown color: approx Padua. HEX triplet: 8A, A7 and 98. RGB value is (138,167,152). Sum of RGB (Red+Green+Blue) = 138+167+152=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA798 is #755867. Grayscale: #9C9C9C. Windows color (decimal): -7690344 or 10004362. OLE color: 10004362.

HSL color Cylindrical-coordinate representation of color #8AA798: hue angle of 148.97º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8AA798 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB138167152-
CMYK0.1700.090.35
HSL148.97º14.15%59.8%-
HSV(B)148.97º17.37%65.49%-
XYZ29.9735.3134.94-
YUV156.62125.39114.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.20%
GREEN value IS 167 (65.62% from 255) = 36.54%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=30.20%
G=36.54%
B=33.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1381671520.1700.090.35148.9714.1559.8
Hex8AA79811092395e3c
Octal21224723021011432251674
Binary1000101010100111100110001000101001100011100101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,167,152); }

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

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

 a { background-color: rgb(138,167,152); }

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

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

 span { border-color: rgb(138,167,152); }

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