#9EAF9A

Color #9EAF9A Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #9EAF9A

Tints of Mantle #9EAF9A

Color information

#9EAF9A (or 0x9EAF9A) is unknown color: approx Mantle. HEX triplet: 9E, AF and 9A. RGB value is (158,175,154). Sum of RGB (Red+Green+Blue) = 158+175+154=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAF9A is #615065. Grayscale: #A7A7A7. Windows color (decimal): -6377574 or 10137502. OLE color: 10137502.

HSL color Cylindrical-coordinate representation of color #9EAF9A: hue angle of 108.57º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EAF9A is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB158175154-
CMYK0.1000.120.31
HSL108.57º11.6%64.51%-
HSV(B)108.57º12%68.63%-
XYZ35.2640.2636.48-
YUV167.52120.37121.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.44%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=32.44%
G=35.93%
B=31.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581751540.1000.120.31108.5711.664.51
Hex9EAF9AA0C1F6dc41
Octal236257232120143715514101
Binary10011110101011111001101010100110011111110110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EAF9A; }

 p { color: rgb(158,175,154); }

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

<style>
 a { background-color: #9EAF9A; }

 a { background-color: rgb(158,175,154); }

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

<style>
 span { border-color: #9EAF9A; }

 span { border-color: rgb(158,175,154); }

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