#95AF8E

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

Shades of Mantle #95AF8E

Tints of Mantle #95AF8E

Color information

#95AF8E (or 0x95AF8E) is unknown color: approx Mantle. HEX triplet: 95, AF and 8E. RGB value is (149,175,142). Sum of RGB (Red+Green+Blue) = 149+175+142=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AF8E is #6A5071. Grayscale: #A3A3A3. Windows color (decimal): -6967410 or 9351061. OLE color: 9351061.

HSL color Cylindrical-coordinate representation of color #95AF8E: hue angle of 107.27º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95AF8E is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB149175142-
CMYK0.1500.190.31
HSL107.27º17.1%62.16%-
HSV(B)107.27º18.86%68.63%-
XYZ32.613931.4-
YUV163.46115.89117.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 175 (68.75% from 255) = 37.55%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=31.97%
G=37.55%
B=30.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751420.1500.190.31107.2717.162.16
Hex95AF8EF0131F6b113e
Octal22525721617023371532176
Binary100101011010111110001110111101001111111110101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AF8E; }

 p { color: rgb(149,175,142); }

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

<style>
 a { background-color: #95AF8E; }

 a { background-color: rgb(149,175,142); }

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

<style>
 span { border-color: #95AF8E; }

 span { border-color: rgb(149,175,142); }

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