Html Css Color HEX #94B08E Mantle

📋 copy color: '#94B08E'

red 148 ◦ green 176 ◦ blue 142

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

Shades of Mantle #94B08E

Tints of Mantle #94B08E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.77%

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

R = 31.76%
G = 37.77%
B = 30.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#94B08E (or 0x94B08E) is known color: Mantle. HEX triplet: 94, B0 and 8E. RGB value is (148,176,142). Sum of RGB (Red+Green+Blue) = 148+176+142=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 176 - color contains mainly: green. Hex color #94B08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B08E is #6B4F71. Grayscale: #A3A3A3. Windows color (decimal): -7032690 or 9351316. OLE color: 9351316.

HSL color Cylindrical-coordinate representation of color #94B08E: hue angle of 109.41º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94B08E is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 176 142 -
CMYK 0.16 0 0.19 0.31
HSL 109.41º 0.18% 0.62% -
HSV(B) 109.41º 0.19% 0.69% -
XYZ 32.62 39.3 31.46 -
YUV 163.75 115.72 116.76 -
System Red Green Blue C M Y K H S L
Decimal 148 176 142 0.16 0 0.19 0.31 109.41 0.18 0.62
Hex 94 B0 8E 10 0 13 1F 6D 12 3E
Octal 224 260 216 20 0 23 37 155 22 76
Binary 10010100 10110000 10001110 10000 0 10011 11111 1101101 10010 111110

Color Harmonies of #94B08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B08E

Black with #94B08E

Text Example


Text Example

White with #94B08E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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