Shades of Magic Mint #93F0CB
Tints of Magic Mint #93F0CB
RGB
CMYK
RGB Variations
Color information
#93F0CB (or 0x93F0CB) is known color: Magic Mint. HEX triplet: 93, F0 and CB. RGB value is (147,240,203). Sum of RGB (Red+Green+Blue) = 147+240+203=590 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.92% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F0CB is #6C0F34. Grayscale: #D0D0D0. Windows color (decimal): -7081781 or 13365395. OLE color: 13365395.
HSL color Cylindrical-coordinate representation of color #93F0CB: hue angle of 156.13º 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 #93F0CB is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 240 | 203 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.06 |
| HSL | 156.13º | 0.76% | 0.76% | - |
| HSV(B) | 156.13º | 0.39% | 0.94% | - |
| XYZ | 53.97 | 72.84 | 67.71 | - |
| YUV | 207.98 | 125.19 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 240 | 203 | 0.39 | 0 | 0.15 | 0.06 | 156.13 | 0.76 | 0.76 |
| Hex | 93 | F0 | CB | 27 | 0 | F | 6 | 9C | 4C | 4C |
| Octal | 223 | 360 | 313 | 47 | 0 | 17 | 6 | 234 | 114 | 114 |
| Binary | 10010011 | 11110000 | 11001011 | 100111 | 0 | 1111 | 110 | 10011100 | 1001100 | 1001100 |
Color Harmonies of #93F0CB
Complementary color
Monochromatic Colors of #93F0CB
Black with #93F0CB
Text Example
Text Example
White with #93F0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F0CB; }
p { color: rgb(147,240,203); }
H1.HeaderClassName
{
color: #93F0CB;
}
.AnyTagClassName
{
color: #93F0CB;
}
</style>
background-color css
<style>
a { background-color: #93F0CB; }
a { background-color: rgb(147,240,203); }
div.DivClassName
{
background-color: #93F0CB;
}
.BgClassName
{
background-color: #93F0CB;
}
</style>
border-color css
<style>
span { border-color: #93F0CB; }
span { border-color: rgb(147,240,203); }
td.TdClassName
{
border-color: #93F0CB;
}
.TagClassName
{
border-color: #93F0CB;
}
</style>