Shades of Magic Mint #93FDBE
Tints of Magic Mint #93FDBE
RGB
CMYK
RGB Variations
Color information
#93FDBE (or 0x93FDBE) is known color: Magic Mint. HEX triplet: 93, FD and BE. RGB value is (147,253,190). Sum of RGB (Red+Green+Blue) = 147+253+190=590 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.92% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #93FDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FDBE is #6C0241. Grayscale: #D6D6D6. Windows color (decimal): -7078466 or 12516755. OLE color: 12516755.
HSL color Cylindrical-coordinate representation of color #93FDBE: hue angle of 144.34º 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 #93FDBE is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 253 | 190 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.01 |
| HSL | 144.34º | 0.96% | 0.78% | - |
| HSV(B) | 144.34º | 0.42% | 0.99% | - |
| XYZ | 56.45 | 80.17 | 61.21 | - |
| YUV | 214.12 | 114.38 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 253 | 190 | 0.42 | 0 | 0.25 | 0.01 | 144.34 | 0.96 | 0.78 |
| Hex | 93 | FD | BE | 2A | 0 | 19 | 1 | 90 | 60 | 4E |
| Octal | 223 | 375 | 276 | 52 | 0 | 31 | 1 | 220 | 140 | 116 |
| Binary | 10010011 | 11111101 | 10111110 | 101010 | 0 | 11001 | 1 | 10010000 | 1100000 | 1001110 |
Color Harmonies of #93FDBE
Complementary color
Monochromatic Colors of #93FDBE
Black with #93FDBE
Text Example
Text Example
White with #93FDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FDBE; }
p { color: rgb(147,253,190); }
H1.HeaderClassName
{
color: #93FDBE;
}
.AnyTagClassName
{
color: #93FDBE;
}
</style>
background-color css
<style>
a { background-color: #93FDBE; }
a { background-color: rgb(147,253,190); }
div.DivClassName
{
background-color: #93FDBE;
}
.BgClassName
{
background-color: #93FDBE;
}
</style>
border-color css
<style>
span { border-color: #93FDBE; }
span { border-color: rgb(147,253,190); }
td.TdClassName
{
border-color: #93FDBE;
}
.TagClassName
{
border-color: #93FDBE;
}
</style>