Shades of Magic Mint #9DE9CB
Tints of Magic Mint #9DE9CB
RGB
CMYK
RGB Variations
Color information
#9DE9CB (or 0x9DE9CB) is known color: Magic Mint. HEX triplet: 9D, E9 and CB. RGB value is (157,233,203). Sum of RGB (Red+Green+Blue) = 157+233+203=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE9CB is #621634. Grayscale: #CECECE. Windows color (decimal): -6428213 or 13363613. OLE color: 13363613.
HSL color Cylindrical-coordinate representation of color #9DE9CB: hue angle of 156.32º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DE9CB is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 157 | 233 | 203 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.09 |
| HSL | 156.32º | 0.63% | 0.76% | - |
| HSV(B) | 156.32º | 0.33% | 0.91% | - |
| XYZ | 53.82 | 69.76 | 67.13 | - |
| YUV | 206.86 | 125.82 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 233 | 203 | 0.33 | 0 | 0.13 | 0.09 | 156.32 | 0.63 | 0.76 |
| Hex | 9D | E9 | CB | 21 | 0 | D | 9 | 9C | 3F | 4C |
| Octal | 235 | 351 | 313 | 41 | 0 | 15 | 11 | 234 | 77 | 114 |
| Binary | 10011101 | 11101001 | 11001011 | 100001 | 0 | 1101 | 1001 | 10011100 | 111111 | 1001100 |
Color Harmonies of #9DE9CB
Complementary color
Monochromatic Colors of #9DE9CB
Black with #9DE9CB
Text Example
Text Example
White with #9DE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE9CB; }
p { color: rgb(157,233,203); }
H1.HeaderClassName
{
color: #9DE9CB;
}
.AnyTagClassName
{
color: #9DE9CB;
}
</style>
background-color css
<style>
a { background-color: #9DE9CB; }
a { background-color: rgb(157,233,203); }
div.DivClassName
{
background-color: #9DE9CB;
}
.BgClassName
{
background-color: #9DE9CB;
}
</style>
border-color css
<style>
span { border-color: #9DE9CB; }
span { border-color: rgb(157,233,203); }
td.TdClassName
{
border-color: #9DE9CB;
}
.TagClassName
{
border-color: #9DE9CB;
}
</style>