Html Css Color HEX #94AA8A Mantle

📋 copy color: '#94AA8A'

red 148 ◦ green 170 ◦ blue 138

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

Shades of Mantle #94AA8A

Tints of Mantle #94AA8A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.28%

 BLUE value IS 138 (54.3% from 255) = 30.26%

R = 32.46%
G = 37.28%
B = 30.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#94AA8A (or 0x94AA8A) is known color: Mantle. HEX triplet: 94, AA and 8A. RGB value is (148,170,138). Sum of RGB (Red+Green+Blue) = 148+170+138=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AA8A is #6B5575. Grayscale: #9F9F9F. Windows color (decimal): -7034230 or 9087636. OLE color: 9087636.

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

Color convert

RGB 148 170 138 -
CMYK 0.13 0 0.19 0.33
HSL 101.25º 0.16% 0.6% -
HSV(B) 101.25º 0.19% 0.67% -
XYZ 31.17 36.88 29.52 -
YUV 159.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 148 170 138 0.13 0 0.19 0.33 101.25 0.16 0.6
Hex 94 AA 8A D 0 13 21 65 10 3C
Octal 224 252 212 15 0 23 41 145 20 74
Binary 10010100 10101010 10001010 1101 0 10011 100001 1100101 10000 111100

Color Harmonies of #94AA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AA8A

Black with #94AA8A

Text Example


Text Example

White with #94AA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,170,138); }

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

background-color css

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

 a { background-color: rgb(148,170,138); }

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

border-color css

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

 span { border-color: rgb(148,170,138); }

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