Shades of Magic Mint #93F4CA
Tints of Magic Mint #93F4CA
RGB
CMYK
RGB Variations
Color information
#93F4CA (or 0x93F4CA) is known color: Magic Mint. HEX triplet: 93, F4 and CA. RGB value is (147,244,202). Sum of RGB (Red+Green+Blue) = 147+244+202=593 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.79% from 593); Green value is 244 (95.70% from 255 or 41.15% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 244 - color contains mainly: green. Hex color #93F4CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F4CA is #6C0B35. Grayscale: #D2D2D2. Windows color (decimal): -7080758 or 13300883. OLE color: 13300883.
HSL color Cylindrical-coordinate representation of color #93F4CA: hue angle of 154.02º degrees, saturation: 0.82, 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 #93F4CA is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 244 | 202 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.04 |
| HSL | 154.02º | 0.82% | 0.77% | - |
| HSV(B) | 154.02º | 0.4% | 0.96% | - |
| XYZ | 55.04 | 75.17 | 67.49 | - |
| YUV | 210.21 | 123.36 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 244 | 202 | 0.40 | 0 | 0.17 | 0.04 | 154.02 | 0.82 | 0.77 |
| Hex | 93 | F4 | CA | 28 | 0 | 11 | 4 | 9A | 52 | 4D |
| Octal | 223 | 364 | 312 | 50 | 0 | 21 | 4 | 232 | 122 | 115 |
| Binary | 10010011 | 11110100 | 11001010 | 101000 | 0 | 10001 | 100 | 10011010 | 1010010 | 1001101 |
Color Harmonies of #93F4CA
Complementary color
Monochromatic Colors of #93F4CA
Black with #93F4CA
Text Example
Text Example
White with #93F4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F4CA; }
p { color: rgb(147,244,202); }
H1.HeaderClassName
{
color: #93F4CA;
}
.AnyTagClassName
{
color: #93F4CA;
}
</style>
background-color css
<style>
a { background-color: #93F4CA; }
a { background-color: rgb(147,244,202); }
div.DivClassName
{
background-color: #93F4CA;
}
.BgClassName
{
background-color: #93F4CA;
}
</style>
border-color css
<style>
span { border-color: #93F4CA; }
span { border-color: rgb(147,244,202); }
td.TdClassName
{
border-color: #93F4CA;
}
.TagClassName
{
border-color: #93F4CA;
}
</style>