#93F6CA

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

Shades of Magic Mint #93F6CA

Tints of Magic Mint #93F6CA

Color information

#93F6CA (or 0x93F6CA) is unknown color: approx Magic Mint. HEX triplet: 93, F6 and CA. RGB value is (147,246,202). Sum of RGB (Red+Green+Blue) = 147+246+202=595 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.71% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #93F6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F6CA is #6C0935. Grayscale: #D3D3D3. Windows color (decimal): -7080246 or 13301395. OLE color: 13301395.

HSL color Cylindrical-coordinate representation of color #93F6CA: hue angle of 153.33º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F6CA is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB147246202-
CMYK0.4000.180.04
HSL153.33º84.62%77.06%-
HSV(B)153.33º40.24%96.47%-
XYZ55.6576.3867.69-
YUV211.38122.782.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.71%
GREEN value IS 246 (96.48% from 255) = 41.34%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=24.71%
G=41.34%
B=33.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1472462020.4000.180.04153.3384.6277.06
Hex93F6CA28012499554d
Octal223366312500224231125115
Binary1001001111110110110010101010000100101001001100110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,246,202); }

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

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

 a { background-color: rgb(147,246,202); }

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

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

 span { border-color: rgb(147,246,202); }

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