Shades of Magic Mint #9CFCDB
Tints of Magic Mint #9CFCDB
RGB
CMYK
RGB Variations
Color information
#9CFCDB (or 0x9CFCDB) is known color: Magic Mint. HEX triplet: 9C, FC and DB. RGB value is (156,252,219). Sum of RGB (Red+Green+Blue) = 156+252+219=627 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.88% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFCDB is #630324. Grayscale: #DBDBDB. Windows color (decimal): -6488869 or 14417052. OLE color: 14417052.
HSL color Cylindrical-coordinate representation of color #9CFCDB: hue angle of 159.38º 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 #9CFCDB is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 219 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.01 |
| HSL | 159.38º | 0.94% | 0.8% | - |
| HSV(B) | 159.38º | 0.38% | 0.99% | - |
| XYZ | 61.31 | 81.8 | 79.58 | - |
| YUV | 219.53 | 127.7 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 219 | 0.38 | 0 | 0.13 | 0.01 | 159.38 | 0.94 | 0.8 |
| Hex | 9C | FC | DB | 26 | 0 | D | 1 | 9F | 5E | 50 |
| Octal | 234 | 374 | 333 | 46 | 0 | 15 | 1 | 237 | 136 | 120 |
| Binary | 10011100 | 11111100 | 11011011 | 100110 | 0 | 1101 | 1 | 10011111 | 1011110 | 1010000 |
Color Harmonies of #9CFCDB
Complementary color
Monochromatic Colors of #9CFCDB
Black with #9CFCDB
Text Example
Text Example
White with #9CFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFCDB; }
p { color: rgb(156,252,219); }
H1.HeaderClassName
{
color: #9CFCDB;
}
.AnyTagClassName
{
color: #9CFCDB;
}
</style>
background-color css
<style>
a { background-color: #9CFCDB; }
a { background-color: rgb(156,252,219); }
div.DivClassName
{
background-color: #9CFCDB;
}
.BgClassName
{
background-color: #9CFCDB;
}
</style>
border-color css
<style>
span { border-color: #9CFCDB; }
span { border-color: rgb(156,252,219); }
td.TdClassName
{
border-color: #9CFCDB;
}
.TagClassName
{
border-color: #9CFCDB;
}
</style>