Html Css Color HEX #94AE8A Mantle

📋 copy color: '#94AE8A'

red 148 ◦ green 174 ◦ blue 138

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

Shades of Mantle #94AE8A

Tints of Mantle #94AE8A

RGB

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

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

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

R = 32.17%
G = 37.83%
B = 30%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#94AE8A (or 0x94AE8A) is known color: Mantle. HEX triplet: 94, AE and 8A. RGB value is (148,174,138). Sum of RGB (Red+Green+Blue) = 148+174+138=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AE8A is #6B5175. Grayscale: #A2A2A2. Windows color (decimal): -7033206 or 9088660. OLE color: 9088660.

HSL color Cylindrical-coordinate representation of color #94AE8A: hue angle of 103.33º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94AE8A is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 174 138 -
CMYK 0.15 0 0.21 0.32
HSL 103.33º 0.18% 0.61% -
HSV(B) 103.33º 0.21% 0.68% -
XYZ 31.94 38.4 29.77 -
YUV 162.12 114.39 117.93 -
System Red Green Blue C M Y K H S L
Decimal 148 174 138 0.15 0 0.21 0.32 103.33 0.18 0.61
Hex 94 AE 8A F 0 15 20 67 12 3D
Octal 224 256 212 17 0 25 40 147 22 75
Binary 10010100 10101110 10001010 1111 0 10101 100000 1100111 10010 111101

Color Harmonies of #94AE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AE8A

Black with #94AE8A

Text Example


Text Example

White with #94AE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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