#93F2C5

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

Shades of Magic Mint #93F2C5

Tints of Magic Mint #93F2C5

Color information

#93F2C5 (or 0x93F2C5) is unknown color: approx Magic Mint. HEX triplet: 93, F2 and C5. RGB value is (147,242,197). Sum of RGB (Red+Green+Blue) = 147+242+197=586 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.09% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #93F2C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F2C5 is #6C0D3A. Grayscale: #D0D0D0. Windows color (decimal): -7081275 or 12972691. OLE color: 12972691.

HSL color Cylindrical-coordinate representation of color #93F2C5: hue angle of 151.58º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F2C5 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB147242197-
CMYK0.3900.190.05
HSL151.58º78.51%76.27%-
HSV(B)151.58º39.26%94.9%-
XYZ53.8673.7464.22-
YUV208.46121.5384.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.09%
GREEN value IS 242 (94.92% from 255) = 41.30%
BLUE value IS 197 (77.34% from 255) = 33.62%
R=25.09%
G=41.30%
B=33.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472421970.3900.190.05151.5878.5176.27
Hex93F2C5270135984f4c
Octal223362305470235230117114
Binary1001001111110010110001011001110100111011001100010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93F2C5; }

 p { color: rgb(147,242,197); }

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

<style>
 a { background-color: #93F2C5; }

 a { background-color: rgb(147,242,197); }

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

<style>
 span { border-color: #93F2C5; }

 span { border-color: rgb(147,242,197); }

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