#94EDC9

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

Shades of Magic Mint #94EDC9

Tints of Magic Mint #94EDC9

Color information

#94EDC9 (or 0x94EDC9) is unknown color: approx Magic Mint. HEX triplet: 94, ED and C9. RGB value is (148,237,201). Sum of RGB (Red+Green+Blue) = 148+237+201=586 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.26% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #94EDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EDC9 is #6B1236. Grayscale: #CECECE. Windows color (decimal): -7017015 or 13233556. OLE color: 13233556.

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

Color convert

RGB148237201-
CMYK0.3800.150.07
HSL155.73º71.2%75.49%-
HSV(B)155.73º37.55%92.94%-
XYZ53.0471.0866.18-
YUV206.28125.0186.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.26%
GREEN value IS 237 (92.97% from 255) = 40.44%
BLUE value IS 201 (78.91% from 255) = 34.30%
R=25.26%
G=40.44%
B=34.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482372010.3800.150.07155.7371.275.49
Hex94EDC9260F79c474b
Octal224355311460177234107113
Binary100101001110110111001001100110011111111001110010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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