Shades of Magic Mint #99EDBF
Tints of Magic Mint #99EDBF
RGB
CMYK
RGB Variations
Color information
#99EDBF (or 0x99EDBF) is known color: Magic Mint. HEX triplet: 99, ED and BF. RGB value is (153,237,191). Sum of RGB (Red+Green+Blue) = 153+237+191=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EDBF is #661240. Grayscale: #CECECE. Windows color (decimal): -6689345 or 12578201. OLE color: 12578201.
HSL color Cylindrical-coordinate representation of color #99EDBF: hue angle of 147.14º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EDBF is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 237 | 191 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.07 |
| HSL | 147.14º | 0.7% | 0.76% | - |
| HSV(B) | 147.14º | 0.35% | 0.93% | - |
| XYZ | 52.83 | 71.1 | 60.23 | - |
| YUV | 206.64 | 119.17 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 237 | 191 | 0.35 | 0 | 0.19 | 0.07 | 147.14 | 0.7 | 0.76 |
| Hex | 99 | ED | BF | 23 | 0 | 13 | 7 | 93 | 46 | 4C |
| Octal | 231 | 355 | 277 | 43 | 0 | 23 | 7 | 223 | 106 | 114 |
| Binary | 10011001 | 11101101 | 10111111 | 100011 | 0 | 10011 | 111 | 10010011 | 1000110 | 1001100 |
Color Harmonies of #99EDBF
Complementary color
Monochromatic Colors of #99EDBF
Black with #99EDBF
Text Example
Text Example
White with #99EDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EDBF; }
p { color: rgb(153,237,191); }
H1.HeaderClassName
{
color: #99EDBF;
}
.AnyTagClassName
{
color: #99EDBF;
}
</style>
background-color css
<style>
a { background-color: #99EDBF; }
a { background-color: rgb(153,237,191); }
div.DivClassName
{
background-color: #99EDBF;
}
.BgClassName
{
background-color: #99EDBF;
}
</style>
border-color css
<style>
span { border-color: #99EDBF; }
span { border-color: rgb(153,237,191); }
td.TdClassName
{
border-color: #99EDBF;
}
.TagClassName
{
border-color: #99EDBF;
}
</style>