#94FDC0

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

Shades of Magic Mint #94FDC0

Tints of Magic Mint #94FDC0

Color information

#94FDC0 (or 0x94FDC0) is unknown color: approx Magic Mint. HEX triplet: 94, FD and C0. RGB value is (148,253,192). Sum of RGB (Red+Green+Blue) = 148+253+192=593 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.96% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FDC0 is #6B023F. Grayscale: #D6D6D6. Windows color (decimal): -7012928 or 12647828. OLE color: 12647828.

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

Color convert

RGB148253192-
CMYK0.4200.240.01
HSL145.14º96.33%78.63%-
HSV(B)145.14º41.5%99.22%-
XYZ56.8580.3562.38-
YUV214.65115.2180.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.96%
GREEN value IS 253 (99.22% from 255) = 42.66%
BLUE value IS 192 (75.39% from 255) = 32.38%
R=24.96%
G=42.66%
B=32.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482531920.4200.240.01145.1496.3378.63
Hex94FDC02A018191604f
Octal224375300520301221140117
Binary10010100111111011100000010101001100011001000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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