Shades of Magic Mint #99EECE
Tints of Magic Mint #99EECE
RGB
CMYK
RGB Variations
Color information
#99EECE (or 0x99EECE) is known color: Magic Mint. HEX triplet: 99, EE and CE. RGB value is (153,238,206). Sum of RGB (Red+Green+Blue) = 153+238+206=597 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.63% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #99EECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EECE is #661131. Grayscale: #D0D0D0. Windows color (decimal): -6689074 or 13561497. OLE color: 13561497.
HSL color Cylindrical-coordinate representation of color #99EECE: hue angle of 157.41º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EECE is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 238 | 206 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.07 |
| HSL | 157.41º | 0.71% | 0.77% | - |
| HSV(B) | 157.41º | 0.36% | 0.93% | - |
| XYZ | 54.85 | 72.38 | 69.47 | - |
| YUV | 208.94 | 126.34 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 238 | 206 | 0.36 | 0 | 0.13 | 0.07 | 157.41 | 0.71 | 0.77 |
| Hex | 99 | EE | CE | 24 | 0 | D | 7 | 9D | 47 | 4D |
| Octal | 231 | 356 | 316 | 44 | 0 | 15 | 7 | 235 | 107 | 115 |
| Binary | 10011001 | 11101110 | 11001110 | 100100 | 0 | 1101 | 111 | 10011101 | 1000111 | 1001101 |
Color Harmonies of #99EECE
Complementary color
Monochromatic Colors of #99EECE
Black with #99EECE
Text Example
Text Example
White with #99EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EECE; }
p { color: rgb(153,238,206); }
H1.HeaderClassName
{
color: #99EECE;
}
.AnyTagClassName
{
color: #99EECE;
}
</style>
background-color css
<style>
a { background-color: #99EECE; }
a { background-color: rgb(153,238,206); }
div.DivClassName
{
background-color: #99EECE;
}
.BgClassName
{
background-color: #99EECE;
}
</style>
border-color css
<style>
span { border-color: #99EECE; }
span { border-color: rgb(153,238,206); }
td.TdClassName
{
border-color: #99EECE;
}
.TagClassName
{
border-color: #99EECE;
}
</style>