Shades of Magic Mint #9BFADC
Tints of Magic Mint #9BFADC
RGB
CMYK
RGB Variations
Color information
#9BFADC (or 0x9BFADC) is known color: Magic Mint. HEX triplet: 9B, FA and DC. RGB value is (155,250,220). Sum of RGB (Red+Green+Blue) = 155+250+220=625 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.8% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFADC is #640523. Grayscale: #DADADA. Windows color (decimal): -6554916 or 14482075. OLE color: 14482075.
HSL color Cylindrical-coordinate representation of color #9BFADC: hue angle of 161.05º 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 #9BFADC is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 220 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.02 |
| HSL | 161.05º | 0.9% | 0.79% | - |
| HSV(B) | 161.05º | 0.38% | 0.98% | - |
| XYZ | 60.62 | 80.51 | 80.05 | - |
| YUV | 218.18 | 129.03 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 220 | 0.38 | 0 | 0.12 | 0.02 | 161.05 | 0.9 | 0.79 |
| Hex | 9B | FA | DC | 26 | 0 | C | 2 | A1 | 5A | 4F |
| Octal | 233 | 372 | 334 | 46 | 0 | 14 | 2 | 241 | 132 | 117 |
| Binary | 10011011 | 11111010 | 11011100 | 100110 | 0 | 1100 | 10 | 10100001 | 1011010 | 1001111 |
Color Harmonies of #9BFADC
Complementary color
Monochromatic Colors of #9BFADC
Black with #9BFADC
Text Example
Text Example
White with #9BFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFADC; }
p { color: rgb(155,250,220); }
H1.HeaderClassName
{
color: #9BFADC;
}
.AnyTagClassName
{
color: #9BFADC;
}
</style>
background-color css
<style>
a { background-color: #9BFADC; }
a { background-color: rgb(155,250,220); }
div.DivClassName
{
background-color: #9BFADC;
}
.BgClassName
{
background-color: #9BFADC;
}
</style>
border-color css
<style>
span { border-color: #9BFADC; }
span { border-color: rgb(155,250,220); }
td.TdClassName
{
border-color: #9BFADC;
}
.TagClassName
{
border-color: #9BFADC;
}
</style>