Shades of Magic Mint #9CFFDA
Tints of Magic Mint #9CFFDA
RGB
CMYK
RGB Variations
Color information
#9CFFDA (or 0x9CFFDA) is known color: Magic Mint. HEX triplet: 9C, FF and DA. RGB value is (156,255,218). Sum of RGB (Red+Green+Blue) = 156+255+218=629 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.80% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFDA is #630025. Grayscale: #DDDDDD. Windows color (decimal): -6488102 or 14352284. OLE color: 14352284.
HSL color Cylindrical-coordinate representation of color #9CFFDA: hue angle of 157.58º 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 #9CFFDA is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 218 | - |
| CMYK | 0.39 | 0 | 0.15 | 0 |
| HSL | 157.58º | 1% | 0.81% | - |
| HSV(B) | 157.58º | 0.39% | 1% | - |
| XYZ | 62.13 | 83.65 | 79.2 | - |
| YUV | 221.18 | 126.2 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 218 | 0.39 | 0 | 0.15 | 0 | 157.58 | 1 | 0.81 |
| Hex | 9C | FF | DA | 27 | 0 | F | 0 | 9E | 64 | 51 |
| Octal | 234 | 377 | 332 | 47 | 0 | 17 | 0 | 236 | 144 | 121 |
| Binary | 10011100 | 11111111 | 11011010 | 100111 | 0 | 1111 | 0 | 10011110 | 1100100 | 1010001 |
Color Harmonies of #9CFFDA
Complementary color
Monochromatic Colors of #9CFFDA
Black with #9CFFDA
Text Example
Text Example
White with #9CFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFFDA; }
p { color: rgb(156,255,218); }
H1.HeaderClassName
{
color: #9CFFDA;
}
.AnyTagClassName
{
color: #9CFFDA;
}
</style>
background-color css
<style>
a { background-color: #9CFFDA; }
a { background-color: rgb(156,255,218); }
div.DivClassName
{
background-color: #9CFFDA;
}
.BgClassName
{
background-color: #9CFFDA;
}
</style>
border-color css
<style>
span { border-color: #9CFFDA; }
span { border-color: rgb(156,255,218); }
td.TdClassName
{
border-color: #9CFFDA;
}
.TagClassName
{
border-color: #9CFFDA;
}
</style>