Shades of Magic Mint #99EDC0
Tints of Magic Mint #99EDC0
RGB
CMYK
RGB Variations
Color information
#99EDC0 (or 0x99EDC0) is known color: Magic Mint. HEX triplet: 99, ED and C0. RGB value is (153,237,192). Sum of RGB (Red+Green+Blue) = 153+237+192=582 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.29% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EDC0 is #66123F. Grayscale: #CECECE. Windows color (decimal): -6689344 or 12643737. OLE color: 12643737.
HSL color Cylindrical-coordinate representation of color #99EDC0: hue angle of 147.86º degrees, saturation: 0.7, 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 #99EDC0 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 237 | 192 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.07 |
| HSL | 147.86º | 0.7% | 0.76% | - |
| HSV(B) | 147.86º | 0.35% | 0.93% | - |
| XYZ | 52.94 | 71.15 | 60.81 | - |
| YUV | 206.75 | 119.67 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 237 | 192 | 0.35 | 0 | 0.19 | 0.07 | 147.86 | 0.7 | 0.76 |
| Hex | 99 | ED | C0 | 23 | 0 | 13 | 7 | 94 | 46 | 4C |
| Octal | 231 | 355 | 300 | 43 | 0 | 23 | 7 | 224 | 106 | 114 |
| Binary | 10011001 | 11101101 | 11000000 | 100011 | 0 | 10011 | 111 | 10010100 | 1000110 | 1001100 |
Color Harmonies of #99EDC0
Complementary color
Monochromatic Colors of #99EDC0
Black with #99EDC0
Text Example
Text Example
White with #99EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EDC0; }
p { color: rgb(153,237,192); }
H1.HeaderClassName
{
color: #99EDC0;
}
.AnyTagClassName
{
color: #99EDC0;
}
</style>
background-color css
<style>
a { background-color: #99EDC0; }
a { background-color: rgb(153,237,192); }
div.DivClassName
{
background-color: #99EDC0;
}
.BgClassName
{
background-color: #99EDC0;
}
</style>
border-color css
<style>
span { border-color: #99EDC0; }
span { border-color: rgb(153,237,192); }
td.TdClassName
{
border-color: #99EDC0;
}
.TagClassName
{
border-color: #99EDC0;
}
</style>