Shades of Magic Mint #9BFCDA
Tints of Magic Mint #9BFCDA
RGB
CMYK
RGB Variations
Color information
#9BFCDA (or 0x9BFCDA) is known color: Magic Mint. HEX triplet: 9B, FC and DA. RGB value is (155,252,218). Sum of RGB (Red+Green+Blue) = 155+252+218=625 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.8% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFCDA is #640325. Grayscale: #DBDBDB. Windows color (decimal): -6554406 or 14351515. OLE color: 14351515.
HSL color Cylindrical-coordinate representation of color #9BFCDA: hue angle of 158.97º 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 #9BFCDA is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 218 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.01 |
| HSL | 158.97º | 0.94% | 0.8% | - |
| HSV(B) | 158.97º | 0.38% | 0.99% | - |
| XYZ | 60.98 | 81.65 | 78.88 | - |
| YUV | 219.12 | 127.36 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 218 | 0.38 | 0 | 0.13 | 0.01 | 158.97 | 0.94 | 0.8 |
| Hex | 9B | FC | DA | 26 | 0 | D | 1 | 9F | 5E | 50 |
| Octal | 233 | 374 | 332 | 46 | 0 | 15 | 1 | 237 | 136 | 120 |
| Binary | 10011011 | 11111100 | 11011010 | 100110 | 0 | 1101 | 1 | 10011111 | 1011110 | 1010000 |
Color Harmonies of #9BFCDA
Complementary color
Monochromatic Colors of #9BFCDA
Black with #9BFCDA
Text Example
Text Example
White with #9BFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFCDA; }
p { color: rgb(155,252,218); }
H1.HeaderClassName
{
color: #9BFCDA;
}
.AnyTagClassName
{
color: #9BFCDA;
}
</style>
background-color css
<style>
a { background-color: #9BFCDA; }
a { background-color: rgb(155,252,218); }
div.DivClassName
{
background-color: #9BFCDA;
}
.BgClassName
{
background-color: #9BFCDA;
}
</style>
border-color css
<style>
span { border-color: #9BFCDA; }
span { border-color: rgb(155,252,218); }
td.TdClassName
{
border-color: #9BFCDA;
}
.TagClassName
{
border-color: #9BFCDA;
}
</style>