#94FDC9

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

Shades of Magic Mint #94FDC9

Tints of Magic Mint #94FDC9

Color information

#94FDC9 (or 0x94FDC9) is unknown color: approx Magic Mint. HEX triplet: 94, FD and C9. RGB value is (148,253,201). Sum of RGB (Red+Green+Blue) = 148+253+201=602 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.58% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FDC9 is #6B0236. Grayscale: #D7D7D7. Windows color (decimal): -7012919 or 13237652. OLE color: 13237652.

HSL color Cylindrical-coordinate representation of color #94FDC9: hue angle of 150.29º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FDC9 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB148253201-
CMYK0.4200.210.01
HSL150.29º96.33%78.63%-
HSV(B)150.29º41.5%99.22%-
XYZ57.8880.7667.8-
YUV215.68119.7179.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.58%
GREEN value IS 253 (99.22% from 255) = 42.03%
BLUE value IS 201 (78.91% from 255) = 33.39%
R=24.58%
G=42.03%
B=33.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482532010.4200.210.01150.2996.3378.63
Hex94FDC92A015196604f
Octal224375311520251226140117
Binary10010100111111011100100110101001010111001011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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