Shades of Magic Mint #9DFCDB
Tints of Magic Mint #9DFCDB
RGB
CMYK
RGB Variations
Color information
#9DFCDB (or 0x9DFCDB) is known color: Magic Mint. HEX triplet: 9D, FC and DB. RGB value is (157,252,219). Sum of RGB (Red+Green+Blue) = 157+252+219=628 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFCDB is #620324. Grayscale: #DBDBDB. Windows color (decimal): -6423333 or 14417053. OLE color: 14417053.
HSL color Cylindrical-coordinate representation of color #9DFCDB: hue angle of 159.16º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFCDB is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 252 | 219 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.01 |
| HSL | 159.16º | 0.94% | 0.8% | - |
| HSV(B) | 159.16º | 0.38% | 0.99% | - |
| XYZ | 61.5 | 81.9 | 79.59 | - |
| YUV | 219.83 | 127.53 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 252 | 219 | 0.38 | 0 | 0.13 | 0.01 | 159.16 | 0.94 | 0.8 |
| Hex | 9D | FC | DB | 26 | 0 | D | 1 | 9F | 5E | 50 |
| Octal | 235 | 374 | 333 | 46 | 0 | 15 | 1 | 237 | 136 | 120 |
| Binary | 10011101 | 11111100 | 11011011 | 100110 | 0 | 1101 | 1 | 10011111 | 1011110 | 1010000 |
Color Harmonies of #9DFCDB
Complementary color
Monochromatic Colors of #9DFCDB
Black with #9DFCDB
Text Example
Text Example
White with #9DFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFCDB; }
p { color: rgb(157,252,219); }
H1.HeaderClassName
{
color: #9DFCDB;
}
.AnyTagClassName
{
color: #9DFCDB;
}
</style>
background-color css
<style>
a { background-color: #9DFCDB; }
a { background-color: rgb(157,252,219); }
div.DivClassName
{
background-color: #9DFCDB;
}
.BgClassName
{
background-color: #9DFCDB;
}
</style>
border-color css
<style>
span { border-color: #9DFCDB; }
span { border-color: rgb(157,252,219); }
td.TdClassName
{
border-color: #9DFCDB;
}
.TagClassName
{
border-color: #9DFCDB;
}
</style>