Shades of Magic Mint #9DECCB
Tints of Magic Mint #9DECCB
RGB
CMYK
RGB Variations
Color information
#9DECCB (or 0x9DECCB) is known color: Magic Mint. HEX triplet: 9D, EC and CB. RGB value is (157,236,203). Sum of RGB (Red+Green+Blue) = 157+236+203=596 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.34% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECCB is #621334. Grayscale: #D0D0D0. Windows color (decimal): -6427445 or 13364381. OLE color: 13364381.
HSL color Cylindrical-coordinate representation of color #9DECCB: hue angle of 154.94º degrees, saturation: 0.68, 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 #9DECCB is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 236 | 203 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.07 |
| HSL | 154.94º | 0.68% | 0.77% | - |
| HSV(B) | 154.94º | 0.33% | 0.93% | - |
| XYZ | 54.68 | 71.47 | 67.41 | - |
| YUV | 208.62 | 124.83 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 236 | 203 | 0.33 | 0 | 0.14 | 0.07 | 154.94 | 0.68 | 0.77 |
| Hex | 9D | EC | CB | 21 | 0 | E | 7 | 9B | 44 | 4D |
| Octal | 235 | 354 | 313 | 41 | 0 | 16 | 7 | 233 | 104 | 115 |
| Binary | 10011101 | 11101100 | 11001011 | 100001 | 0 | 1110 | 111 | 10011011 | 1000100 | 1001101 |
Color Harmonies of #9DECCB
Complementary color
Monochromatic Colors of #9DECCB
Black with #9DECCB
Text Example
Text Example
White with #9DECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DECCB; }
p { color: rgb(157,236,203); }
H1.HeaderClassName
{
color: #9DECCB;
}
.AnyTagClassName
{
color: #9DECCB;
}
</style>
background-color css
<style>
a { background-color: #9DECCB; }
a { background-color: rgb(157,236,203); }
div.DivClassName
{
background-color: #9DECCB;
}
.BgClassName
{
background-color: #9DECCB;
}
</style>
border-color css
<style>
span { border-color: #9DECCB; }
span { border-color: rgb(157,236,203); }
td.TdClassName
{
border-color: #9DECCB;
}
.TagClassName
{
border-color: #9DECCB;
}
</style>