Html Css Color HEX #94AB8F Mantle

📋 copy color: '#94AB8F'

red 148 ◦ green 171 ◦ blue 143

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

Shades of Mantle #94AB8F

Tints of Mantle #94AB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.95%

R = 32.03%
G = 37.01%
B = 30.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#94AB8F (or 0x94AB8F) is known color: Mantle. HEX triplet: 94, AB and 8F. RGB value is (148,171,143). Sum of RGB (Red+Green+Blue) = 148+171+143=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AB8F is #6B5470. Grayscale: #A1A1A1. Windows color (decimal): -7033969 or 9415572. OLE color: 9415572.

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

Color convert

RGB 148 171 143 -
CMYK 0.13 0 0.16 0.33
HSL 109.29º 0.14% 0.62% -
HSV(B) 109.29º 0.16% 0.67% -
XYZ 31.73 37.4 31.53 -
YUV 160.93 117.88 118.78 -
System Red Green Blue C M Y K H S L
Decimal 148 171 143 0.13 0 0.16 0.33 109.29 0.14 0.62
Hex 94 AB 8F D 0 10 21 6D E 3E
Octal 224 253 217 15 0 20 41 155 16 76
Binary 10010100 10101011 10001111 1101 0 10000 100001 1101101 1110 111110

Color Harmonies of #94AB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AB8F

Black with #94AB8F

Text Example


Text Example

White with #94AB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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