Html Css Color HEX #94EAC5 Magic Mint

📋 copy color: '#94EAC5'

red 148 ◦ green 234 ◦ blue 197

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

Shades of Magic Mint #94EAC5

Tints of Magic Mint #94EAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.02%

R = 25.56%
G = 40.41%
B = 34.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#94EAC5 (or 0x94EAC5) is known color: Magic Mint. HEX triplet: 94, EA and C5. RGB value is (148,234,197). Sum of RGB (Red+Green+Blue) = 148+234+197=579 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.56% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #94EAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EAC5 is #6B153A. Grayscale: #CCCCCC. Windows color (decimal): -7017787 or 12970644. OLE color: 12970644.

HSL color Cylindrical-coordinate representation of color #94EAC5: hue angle of 154.19º 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 #94EAC5 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 234 197 -
CMYK 0.37 0 0.16 0.08
HSL 154.19º 0.67% 0.75% -
HSV(B) 154.19º 0.37% 0.92% -
XYZ 51.71 69.17 63.45 -
YUV 204.07 124.01 88.01 -
System Red Green Blue C M Y K H S L
Decimal 148 234 197 0.37 0 0.16 0.08 154.19 0.67 0.75
Hex 94 EA C5 25 0 10 8 9A 43 4B
Octal 224 352 305 45 0 20 10 232 103 113
Binary 10010100 11101010 11000101 100101 0 10000 1000 10011010 1000011 1001011

Color Harmonies of #94EAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EAC5

Black with #94EAC5

Text Example


Text Example

White with #94EAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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