#94eed5

Color #94EED5 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #94EED5

Tints of Magic Mint #94EED5

Color information

#94EED5 (or 0x94EED5) is unknown color: approx Magic Mint. HEX triplet: 94, EE and D5. RGB value is (148,238,213). Sum of RGB (Red+Green+Blue) = 148+238+213=599 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.71% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #94EED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EED5 is #6B112A. Grayscale: #D0D0D0. Windows color (decimal): -7016747 or 14020244. OLE color: 14020244.

HSL color Cylindrical-coordinate representation of color #94EED5: hue angle of 163.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EED5 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB148238213-
CMYK0.3800.110.07
HSL163.33º72.58%75.69%-
HSV(B)163.33º37.82%93.33%-
XYZ54.872.2574.01-
YUV208.24130.6885.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.71%
GREEN value IS 238 (93.36% from 255) = 39.73%
BLUE value IS 213 (83.59% from 255) = 35.56%
R=24.71%
G=39.73%
B=35.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482382130.3800.110.07163.3372.5875.69
Hex94EED5260B7a3494c
Octal224356325460137243111114
Binary100101001110111011010101100110010111111010001110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94eed5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,238,213); }

 H1.HeaderClassName
 {
   color: #94eed5;
 }
 .AnyTagClassName
 {
   color: #94eed5;
 }
</style>
background-color css

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

 a { background-color: rgb(148,238,213); }

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

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

 span { border-color: rgb(148,238,213); }

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