Shades of Magic Mint #99EBC9
Tints of Magic Mint #99EBC9
RGB
CMYK
RGB Variations
Color information
#99EBC9 (or 0x99EBC9) is known color: Magic Mint. HEX triplet: 99, EB and C9. RGB value is (153,235,201). Sum of RGB (Red+Green+Blue) = 153+235+201=589 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.98% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #99EBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EBC9 is #661436. Grayscale: #CECECE. Windows color (decimal): -6689847 or 13233049. OLE color: 13233049.
HSL color Cylindrical-coordinate representation of color #99EBC9: hue angle of 155.12º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EBC9 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 235 | 201 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.08 |
| HSL | 155.12º | 0.67% | 0.76% | - |
| HSV(B) | 155.12º | 0.35% | 0.92% | - |
| XYZ | 53.39 | 70.41 | 66.03 | - |
| YUV | 206.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 235 | 201 | 0.35 | 0 | 0.14 | 0.08 | 155.12 | 0.67 | 0.76 |
| Hex | 99 | EB | C9 | 23 | 0 | E | 8 | 9B | 43 | 4C |
| Octal | 231 | 353 | 311 | 43 | 0 | 16 | 10 | 233 | 103 | 114 |
| Binary | 10011001 | 11101011 | 11001001 | 100011 | 0 | 1110 | 1000 | 10011011 | 1000011 | 1001100 |
Color Harmonies of #99EBC9
Complementary color
Monochromatic Colors of #99EBC9
Black with #99EBC9
Text Example
Text Example
White with #99EBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EBC9; }
p { color: rgb(153,235,201); }
H1.HeaderClassName
{
color: #99EBC9;
}
.AnyTagClassName
{
color: #99EBC9;
}
</style>
background-color css
<style>
a { background-color: #99EBC9; }
a { background-color: rgb(153,235,201); }
div.DivClassName
{
background-color: #99EBC9;
}
.BgClassName
{
background-color: #99EBC9;
}
</style>
border-color css
<style>
span { border-color: #99EBC9; }
span { border-color: rgb(153,235,201); }
td.TdClassName
{
border-color: #99EBC9;
}
.TagClassName
{
border-color: #99EBC9;
}
</style>