Shades of Magic Mint #93ECCC
Tints of Magic Mint #93ECCC
RGB
CMYK
RGB Variations
Color information
#93ECCC (or 0x93ECCC) is known color: Magic Mint. HEX triplet: 93, EC and CC. RGB value is (147,236,204). Sum of RGB (Red+Green+Blue) = 147+236+204=587 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.04% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECCC is #6C1333. Grayscale: #CDCDCD. Windows color (decimal): -7082804 or 13429907. OLE color: 13429907.
HSL color Cylindrical-coordinate representation of color #93ECCC: hue angle of 158.43º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93ECCC is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 204 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.07 |
| HSL | 158.43º | 0.7% | 0.75% | - |
| HSV(B) | 158.43º | 0.38% | 0.93% | - |
| XYZ | 52.93 | 70.55 | 67.96 | - |
| YUV | 205.74 | 127.01 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 204 | 0.38 | 0 | 0.14 | 0.07 | 158.43 | 0.7 | 0.75 |
| Hex | 93 | EC | CC | 26 | 0 | E | 7 | 9E | 46 | 4B |
| Octal | 223 | 354 | 314 | 46 | 0 | 16 | 7 | 236 | 106 | 113 |
| Binary | 10010011 | 11101100 | 11001100 | 100110 | 0 | 1110 | 111 | 10011110 | 1000110 | 1001011 |
Color Harmonies of #93ECCC
Complementary color
Monochromatic Colors of #93ECCC
Black with #93ECCC
Text Example
Text Example
White with #93ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ECCC; }
p { color: rgb(147,236,204); }
H1.HeaderClassName
{
color: #93ECCC;
}
.AnyTagClassName
{
color: #93ECCC;
}
</style>
background-color css
<style>
a { background-color: #93ECCC; }
a { background-color: rgb(147,236,204); }
div.DivClassName
{
background-color: #93ECCC;
}
.BgClassName
{
background-color: #93ECCC;
}
</style>
border-color css
<style>
span { border-color: #93ECCC; }
span { border-color: rgb(147,236,204); }
td.TdClassName
{
border-color: #93ECCC;
}
.TagClassName
{
border-color: #93ECCC;
}
</style>