Shades of Magic Mint #9CFFDB
Tints of Magic Mint #9CFFDB
RGB
CMYK
RGB Variations
Color information
#9CFFDB (or 0x9CFFDB) is known color: Magic Mint. HEX triplet: 9C, FF and DB. RGB value is (156,255,219). Sum of RGB (Red+Green+Blue) = 156+255+219=630 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.76% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFDB is #630024. Grayscale: #DDDDDD. Windows color (decimal): -6488101 or 14417820. OLE color: 14417820.
HSL color Cylindrical-coordinate representation of color #9CFFDB: hue angle of 158.18º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFFDB is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 219 | - |
| CMYK | 0.39 | 0 | 0.14 | 0 |
| HSL | 158.18º | 1% | 0.81% | - |
| HSV(B) | 158.18º | 0.39% | 1% | - |
| XYZ | 62.26 | 83.7 | 79.89 | - |
| YUV | 221.3 | 126.7 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 219 | 0.39 | 0 | 0.14 | 0 | 158.18 | 1 | 0.81 |
| Hex | 9C | FF | DB | 27 | 0 | E | 0 | 9E | 64 | 51 |
| Octal | 234 | 377 | 333 | 47 | 0 | 16 | 0 | 236 | 144 | 121 |
| Binary | 10011100 | 11111111 | 11011011 | 100111 | 0 | 1110 | 0 | 10011110 | 1100100 | 1010001 |
Color Harmonies of #9CFFDB
Complementary color
Monochromatic Colors of #9CFFDB
Black with #9CFFDB
Text Example
Text Example
White with #9CFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFFDB; }
p { color: rgb(156,255,219); }
H1.HeaderClassName
{
color: #9CFFDB;
}
.AnyTagClassName
{
color: #9CFFDB;
}
</style>
background-color css
<style>
a { background-color: #9CFFDB; }
a { background-color: rgb(156,255,219); }
div.DivClassName
{
background-color: #9CFFDB;
}
.BgClassName
{
background-color: #9CFFDB;
}
</style>
border-color css
<style>
span { border-color: #9CFFDB; }
span { border-color: rgb(156,255,219); }
td.TdClassName
{
border-color: #9CFFDB;
}
.TagClassName
{
border-color: #9CFFDB;
}
</style>