Shades of Magic Mint #9DEECA
Tints of Magic Mint #9DEECA
RGB
CMYK
RGB Variations
Color information
#9DEECA (or 0x9DEECA) is known color: Magic Mint. HEX triplet: 9D, EE and CA. RGB value is (157,238,202). Sum of RGB (Red+Green+Blue) = 157+238+202=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEECA is #621135. Grayscale: #D1D1D1. Windows color (decimal): -6426934 or 13299357. OLE color: 13299357.
HSL color Cylindrical-coordinate representation of color #9DEECA: hue angle of 153.33º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEECA is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 238 | 202 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.07 |
| HSL | 153.33º | 0.7% | 0.77% | - |
| HSV(B) | 153.33º | 0.34% | 0.93% | - |
| XYZ | 55.14 | 72.58 | 66.98 | - |
| YUV | 209.68 | 123.66 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 238 | 202 | 0.34 | 0 | 0.15 | 0.07 | 153.33 | 0.7 | 0.77 |
| Hex | 9D | EE | CA | 22 | 0 | F | 7 | 99 | 46 | 4D |
| Octal | 235 | 356 | 312 | 42 | 0 | 17 | 7 | 231 | 106 | 115 |
| Binary | 10011101 | 11101110 | 11001010 | 100010 | 0 | 1111 | 111 | 10011001 | 1000110 | 1001101 |
Color Harmonies of #9DEECA
Complementary color
Monochromatic Colors of #9DEECA
Black with #9DEECA
Text Example
Text Example
White with #9DEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEECA; }
p { color: rgb(157,238,202); }
H1.HeaderClassName
{
color: #9DEECA;
}
.AnyTagClassName
{
color: #9DEECA;
}
</style>
background-color css
<style>
a { background-color: #9DEECA; }
a { background-color: rgb(157,238,202); }
div.DivClassName
{
background-color: #9DEECA;
}
.BgClassName
{
background-color: #9DEECA;
}
</style>
border-color css
<style>
span { border-color: #9DEECA; }
span { border-color: rgb(157,238,202); }
td.TdClassName
{
border-color: #9DEECA;
}
.TagClassName
{
border-color: #9DEECA;
}
</style>