Shades of Magic Mint #99F9BD
Tints of Magic Mint #99F9BD
RGB
CMYK
RGB Variations
Color information
#99F9BD (or 0x99F9BD) is known color: Magic Mint. HEX triplet: 99, F9 and BD. RGB value is (153,249,189). Sum of RGB (Red+Green+Blue) = 153+249+189=591 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.89% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #99F9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F9BD is #660642. Grayscale: #D5D5D5. Windows color (decimal): -6686275 or 12450201. OLE color: 12450201.
HSL color Cylindrical-coordinate representation of color #99F9BD: hue angle of 142.5º 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 #99F9BD is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 249 | 189 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.02 |
| HSL | 142.5º | 0.89% | 0.79% | - |
| HSV(B) | 142.5º | 0.39% | 0.98% | - |
| XYZ | 56.2 | 78.2 | 60.28 | - |
| YUV | 213.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 249 | 189 | 0.39 | 0 | 0.24 | 0.02 | 142.5 | 0.89 | 0.79 |
| Hex | 99 | F9 | BD | 27 | 0 | 18 | 2 | 8E | 59 | 4F |
| Octal | 231 | 371 | 275 | 47 | 0 | 30 | 2 | 216 | 131 | 117 |
| Binary | 10011001 | 11111001 | 10111101 | 100111 | 0 | 11000 | 10 | 10001110 | 1011001 | 1001111 |
Color Harmonies of #99F9BD
Complementary color
Monochromatic Colors of #99F9BD
Black with #99F9BD
Text Example
Text Example
White with #99F9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F9BD; }
p { color: rgb(153,249,189); }
H1.HeaderClassName
{
color: #99F9BD;
}
.AnyTagClassName
{
color: #99F9BD;
}
</style>
background-color css
<style>
a { background-color: #99F9BD; }
a { background-color: rgb(153,249,189); }
div.DivClassName
{
background-color: #99F9BD;
}
.BgClassName
{
background-color: #99F9BD;
}
</style>
border-color css
<style>
span { border-color: #99F9BD; }
span { border-color: rgb(153,249,189); }
td.TdClassName
{
border-color: #99F9BD;
}
.TagClassName
{
border-color: #99F9BD;
}
</style>