Html Css Color HEX #94AE8E Mantle

📋 copy color: '#94AE8E'

red 148 ◦ green 174 ◦ blue 142

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

Shades of Mantle #94AE8E

Tints of Mantle #94AE8E

RGB

 RED value IS 148 (58.2% from 255) = 31.9%

 GREEN value IS 174 (68.36% from 255) = 37.5%

 BLUE value IS 142 (55.86% from 255) = 30.6%

R = 31.9%
G = 37.5%
B = 30.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#94AE8E (or 0x94AE8E) is known color: Mantle. HEX triplet: 94, AE and 8E. RGB value is (148,174,142). Sum of RGB (Red+Green+Blue) = 148+174+142=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AE8E is #6B5171. Grayscale: #A2A2A2. Windows color (decimal): -7033202 or 9350804. OLE color: 9350804.

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

Color convert

RGB 148 174 142 -
CMYK 0.15 0 0.18 0.32
HSL 108.75º 0.16% 0.62% -
HSV(B) 108.75º 0.18% 0.68% -
XYZ 32.23 38.52 31.33 -
YUV 162.58 116.39 117.6 -
System Red Green Blue C M Y K H S L
Decimal 148 174 142 0.15 0 0.18 0.32 108.75 0.16 0.62
Hex 94 AE 8E F 0 12 20 6D 10 3E
Octal 224 256 216 17 0 22 40 155 20 76
Binary 10010100 10101110 10001110 1111 0 10010 100000 1101101 10000 111110

Color Harmonies of #94AE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AE8E

Black with #94AE8E

Text Example


Text Example

White with #94AE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,174,142); }

 H1.HeaderClassName
 {
   color: #94AE8E;
 }
 .AnyTagClassName
 {
   color: #94AE8E;
 }
</style>

background-color css

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

 a { background-color: rgb(148,174,142); }

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

border-color css

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

 span { border-color: rgb(148,174,142); }

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