#94FCC1

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

Shades of Magic Mint #94FCC1

Tints of Magic Mint #94FCC1

Color information

#94FCC1 (or 0x94FCC1) is unknown color: approx Magic Mint. HEX triplet: 94, FC and C1. RGB value is (148,252,193). Sum of RGB (Red+Green+Blue) = 148+252+193=593 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.96% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FCC1 is #6B033E. Grayscale: #D6D6D6. Windows color (decimal): -7013183 or 12713108. OLE color: 12713108.

HSL color Cylindrical-coordinate representation of color #94FCC1: hue angle of 145.96º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FCC1 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB148252193-
CMYK0.4100.230.01
HSL145.96º94.55%78.43%-
HSV(B)145.96º41.27%98.82%-
XYZ56.6579.7762.86-
YUV214.18116.0480.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.96%
GREEN value IS 252 (98.83% from 255) = 42.50%
BLUE value IS 193 (75.78% from 255) = 32.55%
R=24.96%
G=42.50%
B=32.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482521930.4100.230.01145.9694.5578.43
Hex94FCC1290171925f4e
Octal224374301510271222137116
Binary10010100111111001100000110100101011111001001010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,252,193); }

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

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

 a { background-color: rgb(148,252,193); }

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

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

 span { border-color: rgb(148,252,193); }

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