Shades of Magic Mint #93F5CB
Tints of Magic Mint #93F5CB
RGB
CMYK
RGB Variations
Color information
#93F5CB (or 0x93F5CB) is known color: Magic Mint. HEX triplet: 93, F5 and CB. RGB value is (147,245,203). Sum of RGB (Red+Green+Blue) = 147+245+203=595 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.71% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 245 - color contains mainly: green. Hex color #93F5CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F5CB is #6C0A34. Grayscale: #D2D2D2. Windows color (decimal): -7080501 or 13366675. OLE color: 13366675.
HSL color Cylindrical-coordinate representation of color #93F5CB: hue angle of 154.29º degrees, saturation: 0.83, 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 #93F5CB is Cyan = 0.4, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 245 | 203 | - |
| CMYK | 0.4 | 0 | 0.17 | 0.04 |
| HSL | 154.29º | 0.83% | 0.77% | - |
| HSV(B) | 154.29º | 0.4% | 0.96% | - |
| XYZ | 55.46 | 75.82 | 68.21 | - |
| YUV | 210.91 | 123.53 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 245 | 203 | 0.4 | 0 | 0.17 | 0.04 | 154.29 | 0.83 | 0.77 |
| Hex | 93 | F5 | CB | 28 | 0 | 11 | 4 | 9A | 53 | 4D |
| Octal | 223 | 365 | 313 | 50 | 0 | 21 | 4 | 232 | 123 | 115 |
| Binary | 10010011 | 11110101 | 11001011 | 101000 | 0 | 10001 | 100 | 10011010 | 1010011 | 1001101 |
Color Harmonies of #93F5CB
Complementary color
Monochromatic Colors of #93F5CB
Black with #93F5CB
Text Example
Text Example
White with #93F5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F5CB; }
p { color: rgb(147,245,203); }
H1.HeaderClassName
{
color: #93F5CB;
}
.AnyTagClassName
{
color: #93F5CB;
}
</style>
background-color css
<style>
a { background-color: #93F5CB; }
a { background-color: rgb(147,245,203); }
div.DivClassName
{
background-color: #93F5CB;
}
.BgClassName
{
background-color: #93F5CB;
}
</style>
border-color css
<style>
span { border-color: #93F5CB; }
span { border-color: rgb(147,245,203); }
td.TdClassName
{
border-color: #93F5CB;
}
.TagClassName
{
border-color: #93F5CB;
}
</style>