#94FDC7

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

Shades of Magic Mint #94FDC7

Tints of Magic Mint #94FDC7

Color information

#94FDC7 (or 0x94FDC7) is unknown color: approx Magic Mint. HEX triplet: 94, FD and C7. RGB value is (148,253,199). Sum of RGB (Red+Green+Blue) = 148+253+199=600 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.67% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FDC7 is #6B0238. Grayscale: #D7D7D7. Windows color (decimal): -7012921 or 13106580. OLE color: 13106580.

HSL color Cylindrical-coordinate representation of color #94FDC7: hue angle of 149.14º 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 #94FDC7 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB148253199-
CMYK0.4200.210.01
HSL149.14º96.33%78.63%-
HSV(B)149.14º41.5%99.22%-
XYZ57.6580.6766.57-
YUV215.45118.7179.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.67%
GREEN value IS 253 (99.22% from 255) = 42.17%
BLUE value IS 199 (78.12% from 255) = 33.17%
R=24.67%
G=42.17%
B=33.17%

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
Decimal1482531990.4200.210.01149.1496.3378.63
Hex94FDC72A015195604f
Octal224375307520251225140117
Binary10010100111111011100011110101001010111001010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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