Shades of Magic Mint #99ECCC
Tints of Magic Mint #99ECCC
RGB
CMYK
RGB Variations
Color information
#99ECCC (or 0x99ECCC) is known color: Magic Mint. HEX triplet: 99, EC and CC. RGB value is (153,236,204). Sum of RGB (Red+Green+Blue) = 153+236+204=593 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.80% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #99ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99ECCC is #661333. Grayscale: #CFCFCF. Windows color (decimal): -6689588 or 13429913. OLE color: 13429913.
HSL color Cylindrical-coordinate representation of color #99ECCC: hue angle of 156.87º 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 #99ECCC is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 204 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.07 |
| HSL | 156.87º | 0.69% | 0.76% | - |
| HSV(B) | 156.87º | 0.35% | 0.93% | - |
| XYZ | 54.03 | 71.12 | 68.01 | - |
| YUV | 207.54 | 126 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 204 | 0.35 | 0 | 0.14 | 0.07 | 156.87 | 0.69 | 0.76 |
| Hex | 99 | EC | CC | 23 | 0 | E | 7 | 9D | 45 | 4C |
| Octal | 231 | 354 | 314 | 43 | 0 | 16 | 7 | 235 | 105 | 114 |
| Binary | 10011001 | 11101100 | 11001100 | 100011 | 0 | 1110 | 111 | 10011101 | 1000101 | 1001100 |
Color Harmonies of #99ECCC
Complementary color
Monochromatic Colors of #99ECCC
Black with #99ECCC
Text Example
Text Example
White with #99ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ECCC; }
p { color: rgb(153,236,204); }
H1.HeaderClassName
{
color: #99ECCC;
}
.AnyTagClassName
{
color: #99ECCC;
}
</style>
background-color css
<style>
a { background-color: #99ECCC; }
a { background-color: rgb(153,236,204); }
div.DivClassName
{
background-color: #99ECCC;
}
.BgClassName
{
background-color: #99ECCC;
}
</style>
border-color css
<style>
span { border-color: #99ECCC; }
span { border-color: rgb(153,236,204); }
td.TdClassName
{
border-color: #99ECCC;
}
.TagClassName
{
border-color: #99ECCC;
}
</style>