Shades of Magic Mint #99F2BD
Tints of Magic Mint #99F2BD
RGB
CMYK
RGB Variations
Color information
#99F2BD (or 0x99F2BD) is known color: Magic Mint. HEX triplet: 99, F2 and BD. RGB value is (153,242,189). Sum of RGB (Red+Green+Blue) = 153+242+189=584 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.20% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #99F2BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F2BD is #660D42. Grayscale: #D1D1D1. Windows color (decimal): -6688067 or 12448409. OLE color: 12448409.
HSL color Cylindrical-coordinate representation of color #99F2BD: hue angle of 144.27º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F2BD is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 242 | 189 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.05 |
| HSL | 144.27º | 0.77% | 0.77% | - |
| HSV(B) | 144.27º | 0.37% | 0.95% | - |
| XYZ | 54.07 | 73.95 | 59.57 | - |
| YUV | 209.35 | 116.51 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 242 | 189 | 0.37 | 0 | 0.22 | 0.05 | 144.27 | 0.77 | 0.77 |
| Hex | 99 | F2 | BD | 25 | 0 | 16 | 5 | 90 | 4D | 4D |
| Octal | 231 | 362 | 275 | 45 | 0 | 26 | 5 | 220 | 115 | 115 |
| Binary | 10011001 | 11110010 | 10111101 | 100101 | 0 | 10110 | 101 | 10010000 | 1001101 | 1001101 |
Color Harmonies of #99F2BD
Complementary color
Monochromatic Colors of #99F2BD
Black with #99F2BD
Text Example
Text Example
White with #99F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F2BD; }
p { color: rgb(153,242,189); }
H1.HeaderClassName
{
color: #99F2BD;
}
.AnyTagClassName
{
color: #99F2BD;
}
</style>
background-color css
<style>
a { background-color: #99F2BD; }
a { background-color: rgb(153,242,189); }
div.DivClassName
{
background-color: #99F2BD;
}
.BgClassName
{
background-color: #99F2BD;
}
</style>
border-color css
<style>
span { border-color: #99F2BD; }
span { border-color: rgb(153,242,189); }
td.TdClassName
{
border-color: #99F2BD;
}
.TagClassName
{
border-color: #99F2BD;
}
</style>