Shades of Magic Mint #9BFADA
Tints of Magic Mint #9BFADA
RGB
CMYK
RGB Variations
Color information
#9BFADA (or 0x9BFADA) is known color: Magic Mint. HEX triplet: 9B, FA and DA. RGB value is (155,250,218). Sum of RGB (Red+Green+Blue) = 155+250+218=623 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.88% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFADA is #640525. Grayscale: #D9D9D9. Windows color (decimal): -6554918 or 14351003. OLE color: 14351003.
HSL color Cylindrical-coordinate representation of color #9BFADA: hue angle of 159.79º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFADA is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 218 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.02 |
| HSL | 159.79º | 0.9% | 0.79% | - |
| HSV(B) | 159.79º | 0.38% | 0.98% | - |
| XYZ | 60.36 | 80.4 | 78.67 | - |
| YUV | 217.95 | 128.03 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 218 | 0.38 | 0 | 0.13 | 0.02 | 159.79 | 0.9 | 0.79 |
| Hex | 9B | FA | DA | 26 | 0 | D | 2 | A0 | 5A | 4F |
| Octal | 233 | 372 | 332 | 46 | 0 | 15 | 2 | 240 | 132 | 117 |
| Binary | 10011011 | 11111010 | 11011010 | 100110 | 0 | 1101 | 10 | 10100000 | 1011010 | 1001111 |
Color Harmonies of #9BFADA
Complementary color
Monochromatic Colors of #9BFADA
Black with #9BFADA
Text Example
Text Example
White with #9BFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFADA; }
p { color: rgb(155,250,218); }
H1.HeaderClassName
{
color: #9BFADA;
}
.AnyTagClassName
{
color: #9BFADA;
}
</style>
background-color css
<style>
a { background-color: #9BFADA; }
a { background-color: rgb(155,250,218); }
div.DivClassName
{
background-color: #9BFADA;
}
.BgClassName
{
background-color: #9BFADA;
}
</style>
border-color css
<style>
span { border-color: #9BFADA; }
span { border-color: rgb(155,250,218); }
td.TdClassName
{
border-color: #9BFADA;
}
.TagClassName
{
border-color: #9BFADA;
}
</style>