Html Css Color HEX #8AAA9A Padua

📋 copy color: '#8AAA9A'

red 138 ◦ green 170 ◦ blue 154

#8AAA9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #8AAA9A

Tints of Padua #8AAA9A

RGB

 RED value IS 138 (54.3% from 255) = 29.87%

 GREEN value IS 170 (66.8% from 255) = 36.8%

 BLUE value IS 154 (60.55% from 255) = 33.33%

R = 29.87%
G = 36.8%
B = 33.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#8AAA9A (or 0x8AAA9A) is known color: Padua. HEX triplet: 8A, AA and 9A. RGB value is (138,170,154). Sum of RGB (Red+Green+Blue) = 138+170+154=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAA9A is #755565. Grayscale: #9E9E9E. Windows color (decimal): -7689574 or 10136202. OLE color: 10136202.

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

Color convert

RGB 138 170 154 -
CMYK 0.19 0 0.09 0.33
HSL 150º 0.16% 0.6% -
HSV(B) 150º 0.19% 0.67% -
XYZ 30.69 36.49 36 -
YUV 158.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 138 170 154 0.19 0 0.09 0.33 150 0.16 0.6
Hex 8A AA 9A 13 0 9 21 96 10 3C
Octal 212 252 232 23 0 11 41 226 20 74
Binary 10001010 10101010 10011010 10011 0 1001 100001 10010110 10000 111100

Color Harmonies of #8AAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAA9A

Black with #8AAA9A

Text Example


Text Example

White with #8AAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,170,154); }

 H1.HeaderClassName
 {
   color: #8AAA9A;
 }
 .AnyTagClassName
 {
   color: #8AAA9A;
 }
</style>

background-color css

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

 a { background-color: rgb(138,170,154); }

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

border-color css

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

 span { border-color: rgb(138,170,154); }

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