Html Css Color HEX #94AE8F Mantle

📋 copy color: '#94AE8F'

red 148 ◦ green 174 ◦ blue 143

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

Shades of Mantle #94AE8F

Tints of Mantle #94AE8F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.42%

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

R = 31.83%
G = 37.42%
B = 30.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#94AE8F (or 0x94AE8F) is known color: Mantle. HEX triplet: 94, AE and 8F. RGB value is (148,174,143). Sum of RGB (Red+Green+Blue) = 148+174+143=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AE8F is #6B5170. Grayscale: #A2A2A2. Windows color (decimal): -7033201 or 9416340. OLE color: 9416340.

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

Color convert

RGB 148 174 143 -
CMYK 0.15 0 0.18 0.32
HSL 110.32º 0.16% 0.62% -
HSV(B) 110.32º 0.18% 0.68% -
XYZ 32.31 38.55 31.72 -
YUV 162.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 148 174 143 0.15 0 0.18 0.32 110.32 0.16 0.62
Hex 94 AE 8F F 0 12 20 6E 10 3E
Octal 224 256 217 17 0 22 40 156 20 76
Binary 10010100 10101110 10001111 1111 0 10010 100000 1101110 10000 111110

Color Harmonies of #94AE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AE8F

Black with #94AE8F

Text Example


Text Example

White with #94AE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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