Shades of Magic Mint #99EFC9
Tints of Magic Mint #99EFC9
RGB
CMYK
RGB Variations
Color information
#99EFC9 (or 0x99EFC9) is known color: Magic Mint. HEX triplet: 99, EF and C9. RGB value is (153,239,201). Sum of RGB (Red+Green+Blue) = 153+239+201=593 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.80% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #99EFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EFC9 is #661036. Grayscale: #D1D1D1. Windows color (decimal): -6688823 or 13234073. OLE color: 13234073.
HSL color Cylindrical-coordinate representation of color #99EFC9: hue angle of 153.49º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EFC9 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 239 | 201 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.06 |
| HSL | 153.49º | 0.73% | 0.77% | - |
| HSV(B) | 153.49º | 0.36% | 0.94% | - |
| XYZ | 54.55 | 72.72 | 66.42 | - |
| YUV | 208.95 | 123.51 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 201 | 0.36 | 0 | 0.16 | 0.06 | 153.49 | 0.73 | 0.77 |
| Hex | 99 | EF | C9 | 24 | 0 | 10 | 6 | 99 | 49 | 4D |
| Octal | 231 | 357 | 311 | 44 | 0 | 20 | 6 | 231 | 111 | 115 |
| Binary | 10011001 | 11101111 | 11001001 | 100100 | 0 | 10000 | 110 | 10011001 | 1001001 | 1001101 |
Color Harmonies of #99EFC9
Complementary color
Monochromatic Colors of #99EFC9
Black with #99EFC9
Text Example
Text Example
White with #99EFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EFC9; }
p { color: rgb(153,239,201); }
H1.HeaderClassName
{
color: #99EFC9;
}
.AnyTagClassName
{
color: #99EFC9;
}
</style>
background-color css
<style>
a { background-color: #99EFC9; }
a { background-color: rgb(153,239,201); }
div.DivClassName
{
background-color: #99EFC9;
}
.BgClassName
{
background-color: #99EFC9;
}
</style>
border-color css
<style>
span { border-color: #99EFC9; }
span { border-color: rgb(153,239,201); }
td.TdClassName
{
border-color: #99EFC9;
}
.TagClassName
{
border-color: #99EFC9;
}
</style>