Shades of Magic Mint #9DEECB
Tints of Magic Mint #9DEECB
RGB
CMYK
RGB Variations
Color information
#9DEECB (or 0x9DEECB) is known color: Magic Mint. HEX triplet: 9D, EE and CB. RGB value is (157,238,203). Sum of RGB (Red+Green+Blue) = 157+238+203=598 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.25% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEECB is #621134. Grayscale: #D1D1D1. Windows color (decimal): -6426933 or 13364893. OLE color: 13364893.
HSL color Cylindrical-coordinate representation of color #9DEECB: hue angle of 154.07º 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 #9DEECB is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 238 | 203 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.07 |
| HSL | 154.07º | 0.7% | 0.77% | - |
| HSV(B) | 154.07º | 0.34% | 0.93% | - |
| XYZ | 55.26 | 72.63 | 67.61 | - |
| YUV | 209.79 | 124.16 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 238 | 203 | 0.34 | 0 | 0.15 | 0.07 | 154.07 | 0.7 | 0.77 |
| Hex | 9D | EE | CB | 22 | 0 | F | 7 | 9A | 46 | 4D |
| Octal | 235 | 356 | 313 | 42 | 0 | 17 | 7 | 232 | 106 | 115 |
| Binary | 10011101 | 11101110 | 11001011 | 100010 | 0 | 1111 | 111 | 10011010 | 1000110 | 1001101 |
Color Harmonies of #9DEECB
Complementary color
Monochromatic Colors of #9DEECB
Black with #9DEECB
Text Example
Text Example
White with #9DEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEECB; }
p { color: rgb(157,238,203); }
H1.HeaderClassName
{
color: #9DEECB;
}
.AnyTagClassName
{
color: #9DEECB;
}
</style>
background-color css
<style>
a { background-color: #9DEECB; }
a { background-color: rgb(157,238,203); }
div.DivClassName
{
background-color: #9DEECB;
}
.BgClassName
{
background-color: #9DEECB;
}
</style>
border-color css
<style>
span { border-color: #9DEECB; }
span { border-color: rgb(157,238,203); }
td.TdClassName
{
border-color: #9DEECB;
}
.TagClassName
{
border-color: #9DEECB;
}
</style>