#94FAC5

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

Shades of Magic Mint #94FAC5

Tints of Magic Mint #94FAC5

Color information

#94FAC5 (or 0x94FAC5) is unknown color: approx Magic Mint. HEX triplet: 94, FA and C5. RGB value is (148,250,197). Sum of RGB (Red+Green+Blue) = 148+250+197=595 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.87% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #94FAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FAC5 is #6B053A. Grayscale: #D5D5D5. Windows color (decimal): -7013691 or 12974740. OLE color: 12974740.

HSL color Cylindrical-coordinate representation of color #94FAC5: hue angle of 148.82º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FAC5 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB148250197-
CMYK0.4100.210.02
HSL148.82º91.07%78.04%-
HSV(B)148.82º40.8%98.04%-
XYZ56.4878.765.04-
YUV213.46118.7181.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.87%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 197 (77.34% from 255) = 33.11%
R=24.87%
G=42.02%
B=33.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482501970.4100.210.02148.8291.0778.04
Hex94FAC5290152955b4e
Octal224372305510252225133116
Binary100101001111101011000101101001010101101001010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,250,197); }

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

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

 a { background-color: rgb(148,250,197); }

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

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

 span { border-color: rgb(148,250,197); }

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