Shades of Magic Mint #9BFADF
Tints of Magic Mint #9BFADF
RGB
CMYK
RGB Variations
Color information
#9BFADF (or 0x9BFADF) is known color: Magic Mint. HEX triplet: 9B, FA and DF. RGB value is (155,250,223). Sum of RGB (Red+Green+Blue) = 155+250+223=628 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.68% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFADF is #640520. Grayscale: #DADADA. Windows color (decimal): -6554913 or 14678683. OLE color: 14678683.
HSL color Cylindrical-coordinate representation of color #9BFADF: hue angle of 162.95º 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 #9BFADF is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 223 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.02 |
| HSL | 162.95º | 0.9% | 0.79% | - |
| HSV(B) | 162.95º | 0.38% | 0.98% | - |
| XYZ | 61.02 | 80.67 | 82.17 | - |
| YUV | 218.52 | 130.53 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 223 | 0.38 | 0 | 0.11 | 0.02 | 162.95 | 0.9 | 0.79 |
| Hex | 9B | FA | DF | 26 | 0 | B | 2 | A3 | 5A | 4F |
| Octal | 233 | 372 | 337 | 46 | 0 | 13 | 2 | 243 | 132 | 117 |
| Binary | 10011011 | 11111010 | 11011111 | 100110 | 0 | 1011 | 10 | 10100011 | 1011010 | 1001111 |
Color Harmonies of #9BFADF
Complementary color
Monochromatic Colors of #9BFADF
Black with #9BFADF
Text Example
Text Example
White with #9BFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFADF; }
p { color: rgb(155,250,223); }
H1.HeaderClassName
{
color: #9BFADF;
}
.AnyTagClassName
{
color: #9BFADF;
}
</style>
background-color css
<style>
a { background-color: #9BFADF; }
a { background-color: rgb(155,250,223); }
div.DivClassName
{
background-color: #9BFADF;
}
.BgClassName
{
background-color: #9BFADF;
}
</style>
border-color css
<style>
span { border-color: #9BFADF; }
span { border-color: rgb(155,250,223); }
td.TdClassName
{
border-color: #9BFADF;
}
.TagClassName
{
border-color: #9BFADF;
}
</style>