Shades of Magic Mint #93F0D0
Tints of Magic Mint #93F0D0
RGB
CMYK
RGB Variations
Color information
#93F0D0 (or 0x93F0D0) is known color: Magic Mint. HEX triplet: 93, F0 and D0. RGB value is (147,240,208). Sum of RGB (Red+Green+Blue) = 147+240+208=595 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.71% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F0D0 is #6C0F2F. Grayscale: #D0D0D0. Windows color (decimal): -7081776 or 13693075. OLE color: 13693075.
HSL color Cylindrical-coordinate representation of color #93F0D0: hue angle of 159.35º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F0D0 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 240 | 208 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.06 |
| HSL | 159.35º | 0.76% | 0.76% | - |
| HSV(B) | 159.35º | 0.39% | 0.94% | - |
| XYZ | 54.58 | 73.08 | 70.9 | - |
| YUV | 208.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 240 | 208 | 0.39 | 0 | 0.13 | 0.06 | 159.35 | 0.76 | 0.76 |
| Hex | 93 | F0 | D0 | 27 | 0 | D | 6 | 9F | 4C | 4C |
| Octal | 223 | 360 | 320 | 47 | 0 | 15 | 6 | 237 | 114 | 114 |
| Binary | 10010011 | 11110000 | 11010000 | 100111 | 0 | 1101 | 110 | 10011111 | 1001100 | 1001100 |
Color Harmonies of #93F0D0
Complementary color
Monochromatic Colors of #93F0D0
Black with #93F0D0
Text Example
Text Example
White with #93F0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F0D0; }
p { color: rgb(147,240,208); }
H1.HeaderClassName
{
color: #93F0D0;
}
.AnyTagClassName
{
color: #93F0D0;
}
</style>
background-color css
<style>
a { background-color: #93F0D0; }
a { background-color: rgb(147,240,208); }
div.DivClassName
{
background-color: #93F0D0;
}
.BgClassName
{
background-color: #93F0D0;
}
</style>
border-color css
<style>
span { border-color: #93F0D0; }
span { border-color: rgb(147,240,208); }
td.TdClassName
{
border-color: #93F0D0;
}
.TagClassName
{
border-color: #93F0D0;
}
</style>