Shades of Magic Mint #93F5CC
Tints of Magic Mint #93F5CC
RGB
CMYK
RGB Variations
Color information
#93F5CC (or 0x93F5CC) is known color: Magic Mint. HEX triplet: 93, F5 and CC. RGB value is (147,245,204). Sum of RGB (Red+Green+Blue) = 147+245+204=596 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.66% from 596); Green value is 245 (96.09% from 255 or 41.11% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 245 - color contains mainly: green. Hex color #93F5CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F5CC is #6C0A33. Grayscale: #D3D3D3. Windows color (decimal): -7080500 or 13432211. OLE color: 13432211.
HSL color Cylindrical-coordinate representation of color #93F5CC: hue angle of 154.9º 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 #93F5CC is Cyan = 0.4, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 245 | 204 | - |
| CMYK | 0.4 | 0 | 0.17 | 0.04 |
| HSL | 154.9º | 0.83% | 0.77% | - |
| HSV(B) | 154.9º | 0.4% | 0.96% | - |
| XYZ | 55.58 | 75.87 | 68.84 | - |
| YUV | 211.02 | 124.03 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 245 | 204 | 0.4 | 0 | 0.17 | 0.04 | 154.9 | 0.83 | 0.77 |
| Hex | 93 | F5 | CC | 28 | 0 | 11 | 4 | 9B | 53 | 4D |
| Octal | 223 | 365 | 314 | 50 | 0 | 21 | 4 | 233 | 123 | 115 |
| Binary | 10010011 | 11110101 | 11001100 | 101000 | 0 | 10001 | 100 | 10011011 | 1010011 | 1001101 |
Color Harmonies of #93F5CC
Complementary color
Monochromatic Colors of #93F5CC
Black with #93F5CC
Text Example
Text Example
White with #93F5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F5CC; }
p { color: rgb(147,245,204); }
H1.HeaderClassName
{
color: #93F5CC;
}
.AnyTagClassName
{
color: #93F5CC;
}
</style>
background-color css
<style>
a { background-color: #93F5CC; }
a { background-color: rgb(147,245,204); }
div.DivClassName
{
background-color: #93F5CC;
}
.BgClassName
{
background-color: #93F5CC;
}
</style>
border-color css
<style>
span { border-color: #93F5CC; }
span { border-color: rgb(147,245,204); }
td.TdClassName
{
border-color: #93F5CC;
}
.TagClassName
{
border-color: #93F5CC;
}
</style>