Shades of Magic Mint #99ECD0
Tints of Magic Mint #99ECD0
RGB
CMYK
RGB Variations
Color information
#99ECD0 (or 0x99ECD0) is known color: Magic Mint. HEX triplet: 99, EC and D0. RGB value is (153,236,208). Sum of RGB (Red+Green+Blue) = 153+236+208=597 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.63% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #99ECD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99ECD0 is #66132F. Grayscale: #D0D0D0. Windows color (decimal): -6689584 or 13692057. OLE color: 13692057.
HSL color Cylindrical-coordinate representation of color #99ECD0: hue angle of 159.76º degrees, saturation: 0.69, 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 #99ECD0 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 208 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.07 |
| HSL | 159.76º | 0.69% | 0.76% | - |
| HSV(B) | 159.76º | 0.35% | 0.93% | - |
| XYZ | 54.52 | 71.32 | 70.57 | - |
| YUV | 207.99 | 128 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 208 | 0.35 | 0 | 0.12 | 0.07 | 159.76 | 0.69 | 0.76 |
| Hex | 99 | EC | D0 | 23 | 0 | C | 7 | A0 | 45 | 4C |
| Octal | 231 | 354 | 320 | 43 | 0 | 14 | 7 | 240 | 105 | 114 |
| Binary | 10011001 | 11101100 | 11010000 | 100011 | 0 | 1100 | 111 | 10100000 | 1000101 | 1001100 |
Color Harmonies of #99ECD0
Complementary color
Monochromatic Colors of #99ECD0
Black with #99ECD0
Text Example
Text Example
White with #99ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ECD0; }
p { color: rgb(153,236,208); }
H1.HeaderClassName
{
color: #99ECD0;
}
.AnyTagClassName
{
color: #99ECD0;
}
</style>
background-color css
<style>
a { background-color: #99ECD0; }
a { background-color: rgb(153,236,208); }
div.DivClassName
{
background-color: #99ECD0;
}
.BgClassName
{
background-color: #99ECD0;
}
</style>
border-color css
<style>
span { border-color: #99ECD0; }
span { border-color: rgb(153,236,208); }
td.TdClassName
{
border-color: #99ECD0;
}
.TagClassName
{
border-color: #99ECD0;
}
</style>