Shades of Magic Mint #93F2CC
Tints of Magic Mint #93F2CC
RGB
CMYK
RGB Variations
Color information
#93F2CC (or 0x93F2CC) is known color: Magic Mint. HEX triplet: 93, F2 and CC. RGB value is (147,242,204). Sum of RGB (Red+Green+Blue) = 147+242+204=593 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.79% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #93F2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F2CC is #6C0D33. Grayscale: #D1D1D1. Windows color (decimal): -7081268 or 13431443. OLE color: 13431443.
HSL color Cylindrical-coordinate representation of color #93F2CC: hue angle of 156º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F2CC is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 242 | 204 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.05 |
| HSL | 156º | 0.79% | 0.76% | - |
| HSV(B) | 156º | 0.39% | 0.95% | - |
| XYZ | 54.68 | 74.07 | 68.54 | - |
| YUV | 209.26 | 125.03 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 242 | 204 | 0.39 | 0 | 0.16 | 0.05 | 156 | 0.79 | 0.76 |
| Hex | 93 | F2 | CC | 27 | 0 | 10 | 5 | 9C | 4F | 4C |
| Octal | 223 | 362 | 314 | 47 | 0 | 20 | 5 | 234 | 117 | 114 |
| Binary | 10010011 | 11110010 | 11001100 | 100111 | 0 | 10000 | 101 | 10011100 | 1001111 | 1001100 |
Color Harmonies of #93F2CC
Complementary color
Monochromatic Colors of #93F2CC
Black with #93F2CC
Text Example
Text Example
White with #93F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F2CC; }
p { color: rgb(147,242,204); }
H1.HeaderClassName
{
color: #93F2CC;
}
.AnyTagClassName
{
color: #93F2CC;
}
</style>
background-color css
<style>
a { background-color: #93F2CC; }
a { background-color: rgb(147,242,204); }
div.DivClassName
{
background-color: #93F2CC;
}
.BgClassName
{
background-color: #93F2CC;
}
</style>
border-color css
<style>
span { border-color: #93F2CC; }
span { border-color: rgb(147,242,204); }
td.TdClassName
{
border-color: #93F2CC;
}
.TagClassName
{
border-color: #93F2CC;
}
</style>