Html Css Color HEX #94AD8D Mantle

📋 copy color: '#94AD8D'

red 148 ◦ green 173 ◦ blue 141

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

Shades of Mantle #94AD8D

Tints of Mantle #94AD8D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.45%

 BLUE value IS 141 (55.47% from 255) = 30.52%

R = 32.03%
G = 37.45%
B = 30.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#94AD8D (or 0x94AD8D) is known color: Mantle. HEX triplet: 94, AD and 8D. RGB value is (148,173,141). Sum of RGB (Red+Green+Blue) = 148+173+141=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AD8D is #6B5272. Grayscale: #A1A1A1. Windows color (decimal): -7033459 or 9285012. OLE color: 9285012.

HSL color Cylindrical-coordinate representation of color #94AD8D: hue angle of 106.88º 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 #94AD8D is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 173 141 -
CMYK 0.14 0 0.18 0.32
HSL 106.88º 0.16% 0.62% -
HSV(B) 106.88º 0.18% 0.68% -
XYZ 31.96 38.11 30.87 -
YUV 161.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 148 173 141 0.14 0 0.18 0.32 106.88 0.16 0.62
Hex 94 AD 8D E 0 12 20 6B 10 3E
Octal 224 255 215 16 0 22 40 153 20 76
Binary 10010100 10101101 10001101 1110 0 10010 100000 1101011 10000 111110

Color Harmonies of #94AD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AD8D

Black with #94AD8D

Text Example


Text Example

White with #94AD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,173,141); }

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

background-color css

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

 a { background-color: rgb(148,173,141); }

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

border-color css

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

 span { border-color: rgb(148,173,141); }

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