Shades of Magic Mint #99F9C9
Tints of Magic Mint #99F9C9
RGB
CMYK
RGB Variations
Color information
#99F9C9 (or 0x99F9C9) is known color: Magic Mint. HEX triplet: 99, F9 and C9. RGB value is (153,249,201). Sum of RGB (Red+Green+Blue) = 153+249+201=603 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.37% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #99F9C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F9C9 is #660636. Grayscale: #D6D6D6. Windows color (decimal): -6686263 or 13236633. OLE color: 13236633.
HSL color Cylindrical-coordinate representation of color #99F9C9: hue angle of 150º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99F9C9 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 249 | 201 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.02 |
| HSL | 150º | 0.89% | 0.79% | - |
| HSV(B) | 150º | 0.39% | 0.98% | - |
| XYZ | 57.56 | 78.74 | 67.42 | - |
| YUV | 214.82 | 120.2 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 249 | 201 | 0.39 | 0 | 0.19 | 0.02 | 150 | 0.89 | 0.79 |
| Hex | 99 | F9 | C9 | 27 | 0 | 13 | 2 | 96 | 59 | 4F |
| Octal | 231 | 371 | 311 | 47 | 0 | 23 | 2 | 226 | 131 | 117 |
| Binary | 10011001 | 11111001 | 11001001 | 100111 | 0 | 10011 | 10 | 10010110 | 1011001 | 1001111 |
Color Harmonies of #99F9C9
Complementary color
Monochromatic Colors of #99F9C9
Black with #99F9C9
Text Example
Text Example
White with #99F9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F9C9; }
p { color: rgb(153,249,201); }
H1.HeaderClassName
{
color: #99F9C9;
}
.AnyTagClassName
{
color: #99F9C9;
}
</style>
background-color css
<style>
a { background-color: #99F9C9; }
a { background-color: rgb(153,249,201); }
div.DivClassName
{
background-color: #99F9C9;
}
.BgClassName
{
background-color: #99F9C9;
}
</style>
border-color css
<style>
span { border-color: #99F9C9; }
span { border-color: rgb(153,249,201); }
td.TdClassName
{
border-color: #99F9C9;
}
.TagClassName
{
border-color: #99F9C9;
}
</style>