Shades of Magic Mint #93FDBD
Tints of Magic Mint #93FDBD
RGB
CMYK
RGB Variations
Color information
#93FDBD (or 0x93FDBD) is known color: Magic Mint. HEX triplet: 93, FD and BD. RGB value is (147,253,189). Sum of RGB (Red+Green+Blue) = 147+253+189=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #93FDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FDBD is #6C0242. Grayscale: #D6D6D6. Windows color (decimal): -7078467 or 12451219. OLE color: 12451219.
HSL color Cylindrical-coordinate representation of color #93FDBD: hue angle of 143.77º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FDBD is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 253 | 189 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.01 |
| HSL | 143.77º | 0.96% | 0.78% | - |
| HSV(B) | 143.77º | 0.42% | 0.99% | - |
| XYZ | 56.34 | 80.13 | 60.64 | - |
| YUV | 214.01 | 113.88 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 253 | 189 | 0.42 | 0 | 0.25 | 0.01 | 143.77 | 0.96 | 0.78 |
| Hex | 93 | FD | BD | 2A | 0 | 19 | 1 | 90 | 60 | 4E |
| Octal | 223 | 375 | 275 | 52 | 0 | 31 | 1 | 220 | 140 | 116 |
| Binary | 10010011 | 11111101 | 10111101 | 101010 | 0 | 11001 | 1 | 10010000 | 1100000 | 1001110 |
Color Harmonies of #93FDBD
Complementary color
Monochromatic Colors of #93FDBD
Black with #93FDBD
Text Example
Text Example
White with #93FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FDBD; }
p { color: rgb(147,253,189); }
H1.HeaderClassName
{
color: #93FDBD;
}
.AnyTagClassName
{
color: #93FDBD;
}
</style>
background-color css
<style>
a { background-color: #93FDBD; }
a { background-color: rgb(147,253,189); }
div.DivClassName
{
background-color: #93FDBD;
}
.BgClassName
{
background-color: #93FDBD;
}
</style>
border-color css
<style>
span { border-color: #93FDBD; }
span { border-color: rgb(147,253,189); }
td.TdClassName
{
border-color: #93FDBD;
}
.TagClassName
{
border-color: #93FDBD;
}
</style>