Shades of Magic Mint #99ECC0
Tints of Magic Mint #99ECC0
RGB
CMYK
RGB Variations
Color information
#99ECC0 (or 0x99ECC0) is known color: Magic Mint. HEX triplet: 99, EC and C0. RGB value is (153,236,192). Sum of RGB (Red+Green+Blue) = 153+236+192=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #99ECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99ECC0 is #66133F. Grayscale: #CECECE. Windows color (decimal): -6689600 or 12643481. OLE color: 12643481.
HSL color Cylindrical-coordinate representation of color #99ECC0: hue angle of 148.19º 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 #99ECC0 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 192 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.07 |
| HSL | 148.19º | 0.69% | 0.76% | - |
| HSV(B) | 148.19º | 0.35% | 0.93% | - |
| XYZ | 52.65 | 70.57 | 60.72 | - |
| YUV | 206.17 | 120 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 192 | 0.35 | 0 | 0.19 | 0.07 | 148.19 | 0.69 | 0.76 |
| Hex | 99 | EC | C0 | 23 | 0 | 13 | 7 | 94 | 45 | 4C |
| Octal | 231 | 354 | 300 | 43 | 0 | 23 | 7 | 224 | 105 | 114 |
| Binary | 10011001 | 11101100 | 11000000 | 100011 | 0 | 10011 | 111 | 10010100 | 1000101 | 1001100 |
Color Harmonies of #99ECC0
Complementary color
Monochromatic Colors of #99ECC0
Black with #99ECC0
Text Example
Text Example
White with #99ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ECC0; }
p { color: rgb(153,236,192); }
H1.HeaderClassName
{
color: #99ECC0;
}
.AnyTagClassName
{
color: #99ECC0;
}
</style>
background-color css
<style>
a { background-color: #99ECC0; }
a { background-color: rgb(153,236,192); }
div.DivClassName
{
background-color: #99ECC0;
}
.BgClassName
{
background-color: #99ECC0;
}
</style>
border-color css
<style>
span { border-color: #99ECC0; }
span { border-color: rgb(153,236,192); }
td.TdClassName
{
border-color: #99ECC0;
}
.TagClassName
{
border-color: #99ECC0;
}
</style>