Shades of Magic Mint #99EEC4
Tints of Magic Mint #99EEC4
RGB
CMYK
RGB Variations
Color information
#99EEC4 (or 0x99EEC4) is known color: Magic Mint. HEX triplet: 99, EE and C4. RGB value is (153,238,196). Sum of RGB (Red+Green+Blue) = 153+238+196=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #99EEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EEC4 is #66113B. Grayscale: #CFCFCF. Windows color (decimal): -6689084 or 12906137. OLE color: 12906137.
HSL color Cylindrical-coordinate representation of color #99EEC4: hue angle of 150.35º 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 #99EEC4 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 238 | 196 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.07 |
| HSL | 150.35º | 0.71% | 0.77% | - |
| HSV(B) | 150.35º | 0.36% | 0.93% | - |
| XYZ | 53.68 | 71.91 | 63.27 | - |
| YUV | 207.8 | 121.34 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 238 | 196 | 0.36 | 0 | 0.18 | 0.07 | 150.35 | 0.71 | 0.77 |
| Hex | 99 | EE | C4 | 24 | 0 | 12 | 7 | 96 | 47 | 4D |
| Octal | 231 | 356 | 304 | 44 | 0 | 22 | 7 | 226 | 107 | 115 |
| Binary | 10011001 | 11101110 | 11000100 | 100100 | 0 | 10010 | 111 | 10010110 | 1000111 | 1001101 |
Color Harmonies of #99EEC4
Complementary color
Monochromatic Colors of #99EEC4
Black with #99EEC4
Text Example
Text Example
White with #99EEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EEC4; }
p { color: rgb(153,238,196); }
H1.HeaderClassName
{
color: #99EEC4;
}
.AnyTagClassName
{
color: #99EEC4;
}
</style>
background-color css
<style>
a { background-color: #99EEC4; }
a { background-color: rgb(153,238,196); }
div.DivClassName
{
background-color: #99EEC4;
}
.BgClassName
{
background-color: #99EEC4;
}
</style>
border-color css
<style>
span { border-color: #99EEC4; }
span { border-color: rgb(153,238,196); }
td.TdClassName
{
border-color: #99EEC4;
}
.TagClassName
{
border-color: #99EEC4;
}
</style>