Shades of Magic Mint #93EECE
Tints of Magic Mint #93EECE
RGB
CMYK
RGB Variations
Color information
#93EECE (or 0x93EECE) is known color: Magic Mint. HEX triplet: 93, EE and CE. RGB value is (147,238,206). Sum of RGB (Red+Green+Blue) = 147+238+206=591 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.87% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #93EECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EECE is #6C1131. Grayscale: #CFCFCF. Windows color (decimal): -7082290 or 13561491. OLE color: 13561491.
HSL color Cylindrical-coordinate representation of color #93EECE: hue angle of 158.9º degrees, saturation: 0.73, 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 #93EECE is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 238 | 206 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.07 |
| HSL | 158.9º | 0.73% | 0.75% | - |
| HSV(B) | 158.9º | 0.38% | 0.93% | - |
| XYZ | 53.75 | 71.81 | 69.42 | - |
| YUV | 207.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 238 | 206 | 0.38 | 0 | 0.13 | 0.07 | 158.9 | 0.73 | 0.75 |
| Hex | 93 | EE | CE | 26 | 0 | D | 7 | 9F | 49 | 4B |
| Octal | 223 | 356 | 316 | 46 | 0 | 15 | 7 | 237 | 111 | 113 |
| Binary | 10010011 | 11101110 | 11001110 | 100110 | 0 | 1101 | 111 | 10011111 | 1001001 | 1001011 |
Color Harmonies of #93EECE
Complementary color
Monochromatic Colors of #93EECE
Black with #93EECE
Text Example
Text Example
White with #93EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EECE; }
p { color: rgb(147,238,206); }
H1.HeaderClassName
{
color: #93EECE;
}
.AnyTagClassName
{
color: #93EECE;
}
</style>
background-color css
<style>
a { background-color: #93EECE; }
a { background-color: rgb(147,238,206); }
div.DivClassName
{
background-color: #93EECE;
}
.BgClassName
{
background-color: #93EECE;
}
</style>
border-color css
<style>
span { border-color: #93EECE; }
span { border-color: rgb(147,238,206); }
td.TdClassName
{
border-color: #93EECE;
}
.TagClassName
{
border-color: #93EECE;
}
</style>