Html Css Color HEX #8AA194 Padua

📋 copy color: '#8AA194'

red 138 ◦ green 161 ◦ blue 148

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

Shades of Padua #8AA194

Tints of Padua #8AA194

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.02%

 BLUE value IS 148 (58.2% from 255) = 33.11%

R = 30.87%
G = 36.02%
B = 33.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#8AA194 (or 0x8AA194) is known color: Padua. HEX triplet: 8A, A1 and 94. RGB value is (138,161,148). Sum of RGB (Red+Green+Blue) = 138+161+148=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA194 is #755E6B. Grayscale: #989898. Windows color (decimal): -7691884 or 9740682. OLE color: 9740682.

HSL color Cylindrical-coordinate representation of color #8AA194: hue angle of 146.09º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8AA194 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 138 161 148 -
CMYK 0.14 0 0.08 0.37
HSL 146.09º 0.11% 0.59% -
HSV(B) 146.09º 0.14% 0.63% -
XYZ 28.57 33.03 32.89 -
YUV 152.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 138 161 148 0.14 0 0.08 0.37 146.09 0.11 0.59
Hex 8A A1 94 E 0 8 25 92 B 3B
Octal 212 241 224 16 0 10 45 222 13 73
Binary 10001010 10100001 10010100 1110 0 1000 100101 10010010 1011 111011

Color Harmonies of #8AA194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA194

Black with #8AA194

Text Example


Text Example

White with #8AA194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,161,148); }

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

background-color css

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

 a { background-color: rgb(138,161,148); }

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

border-color css

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

 span { border-color: rgb(138,161,148); }

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