Shades of Magic Mint #99EEC1
Tints of Magic Mint #99EEC1
RGB
CMYK
RGB Variations
Color information
#99EEC1 (or 0x99EEC1) is known color: Magic Mint. HEX triplet: 99, EE and C1. RGB value is (153,238,193). Sum of RGB (Red+Green+Blue) = 153+238+193=584 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.20% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #99EEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EEC1 is #66113E. Grayscale: #CFCFCF. Windows color (decimal): -6689087 or 12709529. OLE color: 12709529.
HSL color Cylindrical-coordinate representation of color #99EEC1: hue angle of 148.24º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99EEC1 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 238 | 193 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.07 |
| HSL | 148.24º | 0.71% | 0.77% | - |
| HSV(B) | 148.24º | 0.36% | 0.93% | - |
| XYZ | 53.34 | 71.77 | 61.49 | - |
| YUV | 207.46 | 119.84 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 238 | 193 | 0.36 | 0 | 0.19 | 0.07 | 148.24 | 0.71 | 0.77 |
| Hex | 99 | EE | C1 | 24 | 0 | 13 | 7 | 94 | 47 | 4D |
| Octal | 231 | 356 | 301 | 44 | 0 | 23 | 7 | 224 | 107 | 115 |
| Binary | 10011001 | 11101110 | 11000001 | 100100 | 0 | 10011 | 111 | 10010100 | 1000111 | 1001101 |
Color Harmonies of #99EEC1
Complementary color
Monochromatic Colors of #99EEC1
Black with #99EEC1
Text Example
Text Example
White with #99EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EEC1; }
p { color: rgb(153,238,193); }
H1.HeaderClassName
{
color: #99EEC1;
}
.AnyTagClassName
{
color: #99EEC1;
}
</style>
background-color css
<style>
a { background-color: #99EEC1; }
a { background-color: rgb(153,238,193); }
div.DivClassName
{
background-color: #99EEC1;
}
.BgClassName
{
background-color: #99EEC1;
}
</style>
border-color css
<style>
span { border-color: #99EEC1; }
span { border-color: rgb(153,238,193); }
td.TdClassName
{
border-color: #99EEC1;
}
.TagClassName
{
border-color: #99EEC1;
}
</style>