Html Css Color HEX #94EAC9 Magic Mint

📋 copy color: '#94EAC9'

red 148 ◦ green 234 ◦ blue 201

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

Shades of Magic Mint #94EAC9

Tints of Magic Mint #94EAC9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.14%

 BLUE value IS 201 (78.91% from 255) = 34.48%

R = 25.39%
G = 40.14%
B = 34.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#94EAC9 (or 0x94EAC9) is known color: Magic Mint. HEX triplet: 94, EA and C9. RGB value is (148,234,201). Sum of RGB (Red+Green+Blue) = 148+234+201=583 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.39% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #94EAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EAC9 is #6B1536. Grayscale: #CCCCCC. Windows color (decimal): -7017783 or 13232788. OLE color: 13232788.

HSL color Cylindrical-coordinate representation of color #94EAC9: hue angle of 156.98º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EAC9 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 234 201 -
CMYK 0.37 0 0.14 0.08
HSL 156.98º 0.67% 0.75% -
HSV(B) 156.98º 0.37% 0.92% -
XYZ 52.18 69.36 65.9 -
YUV 204.52 126.01 87.68 -
System Red Green Blue C M Y K H S L
Decimal 148 234 201 0.37 0 0.14 0.08 156.98 0.67 0.75
Hex 94 EA C9 25 0 E 8 9D 43 4B
Octal 224 352 311 45 0 16 10 235 103 113
Binary 10010100 11101010 11001001 100101 0 1110 1000 10011101 1000011 1001011

Color Harmonies of #94EAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EAC9

Black with #94EAC9

Text Example


Text Example

White with #94EAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,234,201); }

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

background-color css

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

 a { background-color: rgb(148,234,201); }

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

border-color css

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

 span { border-color: rgb(148,234,201); }

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