Html Css Color HEX #94B38E Mantle

📋 copy color: '#94B38E'

red 148 ◦ green 179 ◦ blue 142

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

Shades of Mantle #94B38E

Tints of Mantle #94B38E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.17%

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

R = 31.56%
G = 38.17%
B = 30.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#94B38E (or 0x94B38E) is known color: Mantle. HEX triplet: 94, B3 and 8E. RGB value is (148,179,142). Sum of RGB (Red+Green+Blue) = 148+179+142=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 179 - color contains mainly: green. Hex color #94B38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B38E is #6B4C71. Grayscale: #A5A5A5. Windows color (decimal): -7031922 or 9352084. OLE color: 9352084.

HSL color Cylindrical-coordinate representation of color #94B38E: hue angle of 110.27º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94B38E is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 179 142 -
CMYK 0.17 0 0.21 0.30
HSL 110.27º 0.2% 0.63% -
HSV(B) 110.27º 0.21% 0.7% -
XYZ 33.22 40.49 31.66 -
YUV 165.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 148 179 142 0.17 0 0.21 0.30 110.27 0.2 0.63
Hex 94 B3 8E 11 0 15 1E 6E 14 3F
Octal 224 263 216 21 0 25 36 156 24 77
Binary 10010100 10110011 10001110 10001 0 10101 11110 1101110 10100 111111

Color Harmonies of #94B38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B38E

Black with #94B38E

Text Example


Text Example

White with #94B38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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