Shades of Magic Mint #99EDC2
Tints of Magic Mint #99EDC2
RGB
CMYK
RGB Variations
Color information
#99EDC2 (or 0x99EDC2) is known color: Magic Mint. HEX triplet: 99, ED and C2. RGB value is (153,237,194). Sum of RGB (Red+Green+Blue) = 153+237+194=584 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.20% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #99EDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EDC2 is #66123D. Grayscale: #CFCFCF. Windows color (decimal): -6689342 or 12774809. OLE color: 12774809.
HSL color Cylindrical-coordinate representation of color #99EDC2: hue angle of 149.29º 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 #99EDC2 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 237 | 194 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.07 |
| HSL | 149.29º | 0.7% | 0.76% | - |
| HSV(B) | 149.29º | 0.35% | 0.93% | - |
| XYZ | 53.16 | 71.24 | 61.99 | - |
| YUV | 206.98 | 120.67 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 237 | 194 | 0.35 | 0 | 0.18 | 0.07 | 149.29 | 0.7 | 0.76 |
| Hex | 99 | ED | C2 | 23 | 0 | 12 | 7 | 95 | 46 | 4C |
| Octal | 231 | 355 | 302 | 43 | 0 | 22 | 7 | 225 | 106 | 114 |
| Binary | 10011001 | 11101101 | 11000010 | 100011 | 0 | 10010 | 111 | 10010101 | 1000110 | 1001100 |
Color Harmonies of #99EDC2
Complementary color
Monochromatic Colors of #99EDC2
Black with #99EDC2
Text Example
Text Example
White with #99EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EDC2; }
p { color: rgb(153,237,194); }
H1.HeaderClassName
{
color: #99EDC2;
}
.AnyTagClassName
{
color: #99EDC2;
}
</style>
background-color css
<style>
a { background-color: #99EDC2; }
a { background-color: rgb(153,237,194); }
div.DivClassName
{
background-color: #99EDC2;
}
.BgClassName
{
background-color: #99EDC2;
}
</style>
border-color css
<style>
span { border-color: #99EDC2; }
span { border-color: rgb(153,237,194); }
td.TdClassName
{
border-color: #99EDC2;
}
.TagClassName
{
border-color: #99EDC2;
}
</style>