Shades of Magic Mint #99F0BD
Tints of Magic Mint #99F0BD
RGB
CMYK
RGB Variations
Color information
#99F0BD (or 0x99F0BD) is known color: Magic Mint. HEX triplet: 99, F0 and BD. RGB value is (153,240,189). Sum of RGB (Red+Green+Blue) = 153+240+189=582 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.29% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #99F0BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F0BD is #660F42. Grayscale: #D0D0D0. Windows color (decimal): -6688579 or 12447897. OLE color: 12447897.
HSL color Cylindrical-coordinate representation of color #99F0BD: hue angle of 144.83º degrees, saturation: 0.74, 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 #99F0BD is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 240 | 189 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.06 |
| HSL | 144.83º | 0.74% | 0.77% | - |
| HSV(B) | 144.83º | 0.36% | 0.94% | - |
| XYZ | 53.48 | 72.77 | 59.37 | - |
| YUV | 208.17 | 117.18 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 240 | 189 | 0.36 | 0 | 0.21 | 0.06 | 144.83 | 0.74 | 0.77 |
| Hex | 99 | F0 | BD | 24 | 0 | 15 | 6 | 91 | 4A | 4D |
| Octal | 231 | 360 | 275 | 44 | 0 | 25 | 6 | 221 | 112 | 115 |
| Binary | 10011001 | 11110000 | 10111101 | 100100 | 0 | 10101 | 110 | 10010001 | 1001010 | 1001101 |
Color Harmonies of #99F0BD
Complementary color
Monochromatic Colors of #99F0BD
Black with #99F0BD
Text Example
Text Example
White with #99F0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F0BD; }
p { color: rgb(153,240,189); }
H1.HeaderClassName
{
color: #99F0BD;
}
.AnyTagClassName
{
color: #99F0BD;
}
</style>
background-color css
<style>
a { background-color: #99F0BD; }
a { background-color: rgb(153,240,189); }
div.DivClassName
{
background-color: #99F0BD;
}
.BgClassName
{
background-color: #99F0BD;
}
</style>
border-color css
<style>
span { border-color: #99F0BD; }
span { border-color: rgb(153,240,189); }
td.TdClassName
{
border-color: #99F0BD;
}
.TagClassName
{
border-color: #99F0BD;
}
</style>