#94AF8B

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

Shades of Mantle #94AF8B

Tints of Mantle #94AF8B

Color information

#94AF8B (or 0x94AF8B) is unknown color: approx Mantle. HEX triplet: 94, AF and 8B. RGB value is (148,175,139). Sum of RGB (Red+Green+Blue) = 148+175+139=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AF8B is #6B5074. Grayscale: #A2A2A2. Windows color (decimal): -7032949 or 9154452. OLE color: 9154452.

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

Color convert

RGB148175139-
CMYK0.1500.210.31
HSL105º18.37%61.57%-
HSV(B)105º20.57%68.63%-
XYZ32.238.8230.22-
YUV162.82114.55117.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.03%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=32.03%
G=37.88%
B=30.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481751390.1500.210.3110518.3761.57
Hex94AF8BF0151F69123e
Octal22425721317025371512276
Binary100101001010111110001011111101010111111110100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AF8B; }

 p { color: rgb(148,175,139); }

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

<style>
 a { background-color: #94AF8B; }

 a { background-color: rgb(148,175,139); }

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

<style>
 span { border-color: #94AF8B; }

 span { border-color: rgb(148,175,139); }

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