Html Css Color HEX #94AB8E Mantle

📋 copy color: '#94AB8E'

red 148 ◦ green 171 ◦ blue 142

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

Shades of Mantle #94AB8E

Tints of Mantle #94AB8E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.09%

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

R = 32.1%
G = 37.09%
B = 30.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#94AB8E (or 0x94AB8E) is known color: Mantle. HEX triplet: 94, AB and 8E. RGB value is (148,171,142). Sum of RGB (Red+Green+Blue) = 148+171+142=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AB8E is #6B5471. Grayscale: #A0A0A0. Windows color (decimal): -7033970 or 9350036. OLE color: 9350036.

HSL color Cylindrical-coordinate representation of color #94AB8E: hue angle of 107.59º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #94AB8E is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 171 142 -
CMYK 0.13 0 0.17 0.33
HSL 107.59º 0.15% 0.61% -
HSV(B) 107.59º 0.17% 0.67% -
XYZ 31.66 37.37 31.14 -
YUV 160.82 117.38 118.86 -
System Red Green Blue C M Y K H S L
Decimal 148 171 142 0.13 0 0.17 0.33 107.59 0.15 0.61
Hex 94 AB 8E D 0 11 21 6C F 3D
Octal 224 253 216 15 0 21 41 154 17 75
Binary 10010100 10101011 10001110 1101 0 10001 100001 1101100 1111 111101

Color Harmonies of #94AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AB8E

Black with #94AB8E

Text Example


Text Example

White with #94AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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