Shades of Magic Mint #9EEDD3
Tints of Magic Mint #9EEDD3
RGB
CMYK
RGB Variations
Color information
#9EEDD3 (or 0x9EEDD3) is known color: Magic Mint. HEX triplet: 9E, ED and D3. RGB value is (158,237,211). Sum of RGB (Red+Green+Blue) = 158+237+211=606 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.07% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDD3 is #61122C. Grayscale: #D2D2D2. Windows color (decimal): -6361645 or 13888926. OLE color: 13888926.
HSL color Cylindrical-coordinate representation of color #9EEDD3: hue angle of 160.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEDD3 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 237 | 211 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.07 |
| HSL | 160.25º | 0.69% | 0.77% | - |
| HSV(B) | 160.25º | 0.33% | 0.93% | - |
| XYZ | 56.14 | 72.54 | 72.67 | - |
| YUV | 210.42 | 128.33 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 237 | 211 | 0.33 | 0 | 0.11 | 0.07 | 160.25 | 0.69 | 0.77 |
| Hex | 9E | ED | D3 | 21 | 0 | B | 7 | A0 | 45 | 4D |
| Octal | 236 | 355 | 323 | 41 | 0 | 13 | 7 | 240 | 105 | 115 |
| Binary | 10011110 | 11101101 | 11010011 | 100001 | 0 | 1011 | 111 | 10100000 | 1000101 | 1001101 |
Color Harmonies of #9EEDD3
Complementary color
Monochromatic Colors of #9EEDD3
Black with #9EEDD3
Text Example
Text Example
White with #9EEDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEDD3; }
p { color: rgb(158,237,211); }
H1.HeaderClassName
{
color: #9EEDD3;
}
.AnyTagClassName
{
color: #9EEDD3;
}
</style>
background-color css
<style>
a { background-color: #9EEDD3; }
a { background-color: rgb(158,237,211); }
div.DivClassName
{
background-color: #9EEDD3;
}
.BgClassName
{
background-color: #9EEDD3;
}
</style>
border-color css
<style>
span { border-color: #9EEDD3; }
span { border-color: rgb(158,237,211); }
td.TdClassName
{
border-color: #9EEDD3;
}
.TagClassName
{
border-color: #9EEDD3;
}
</style>