Html Css Color HEX #8AA885 Mantle

📋 copy color: '#8AA885'

red 138 ◦ green 168 ◦ blue 133

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

Shades of Mantle #8AA885

Tints of Mantle #8AA885

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.27%

 BLUE value IS 133 (52.34% from 255) = 30.3%

R = 31.44%
G = 38.27%
B = 30.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#8AA885 (or 0x8AA885) is known color: Mantle. HEX triplet: 8A, A8 and 85. RGB value is (138,168,133). Sum of RGB (Red+Green+Blue) = 138+168+133=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA885 is #75577A. Grayscale: #9B9B9B. Windows color (decimal): -7690107 or 8759434. OLE color: 8759434.

HSL color Cylindrical-coordinate representation of color #8AA885: hue angle of 111.43º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AA885 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 138 168 133 -
CMYK 0.18 0 0.21 0.34
HSL 111.43º 0.17% 0.59% -
HSV(B) 111.43º 0.21% 0.66% -
XYZ 28.72 35.1 27.45 -
YUV 155.04 115.56 115.85 -
System Red Green Blue C M Y K H S L
Decimal 138 168 133 0.18 0 0.21 0.34 111.43 0.17 0.59
Hex 8A A8 85 12 0 15 22 6F 11 3B
Octal 212 250 205 22 0 25 42 157 21 73
Binary 10001010 10101000 10000101 10010 0 10101 100010 1101111 10001 111011

Color Harmonies of #8AA885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA885

Black with #8AA885

Text Example


Text Example

White with #8AA885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,168,133); }

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

background-color css

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

 a { background-color: rgb(138,168,133); }

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

border-color css

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

 span { border-color: rgb(138,168,133); }

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