Shades of Magic Mint #9AFFDB
Tints of Magic Mint #9AFFDB
RGB
CMYK
RGB Variations
Color information
#9AFFDB (or 0x9AFFDB) is known color: Magic Mint. HEX triplet: 9A, FF and DB. RGB value is (154,255,219). Sum of RGB (Red+Green+Blue) = 154+255+219=628 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.52% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFFDB is #650024. Grayscale: #DCDCDC. Windows color (decimal): -6619173 or 14417818. OLE color: 14417818.
HSL color Cylindrical-coordinate representation of color #9AFFDB: hue angle of 158.61º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AFFDB is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 219 | - |
| CMYK | 0.40 | 0 | 0.14 | 0 |
| HSL | 158.61º | 1% | 0.8% | - |
| HSV(B) | 158.61º | 0.4% | 1% | - |
| XYZ | 61.87 | 83.5 | 79.87 | - |
| YUV | 220.7 | 127.04 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 219 | 0.40 | 0 | 0.14 | 0 | 158.61 | 1 | 0.8 |
| Hex | 9A | FF | DB | 28 | 0 | E | 0 | 9F | 64 | 50 |
| Octal | 232 | 377 | 333 | 50 | 0 | 16 | 0 | 237 | 144 | 120 |
| Binary | 10011010 | 11111111 | 11011011 | 101000 | 0 | 1110 | 0 | 10011111 | 1100100 | 1010000 |
Color Harmonies of #9AFFDB
Complementary color
Monochromatic Colors of #9AFFDB
Black with #9AFFDB
Text Example
Text Example
White with #9AFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFFDB; }
p { color: rgb(154,255,219); }
H1.HeaderClassName
{
color: #9AFFDB;
}
.AnyTagClassName
{
color: #9AFFDB;
}
</style>
background-color css
<style>
a { background-color: #9AFFDB; }
a { background-color: rgb(154,255,219); }
div.DivClassName
{
background-color: #9AFFDB;
}
.BgClassName
{
background-color: #9AFFDB;
}
</style>
border-color css
<style>
span { border-color: #9AFFDB; }
span { border-color: rgb(154,255,219); }
td.TdClassName
{
border-color: #9AFFDB;
}
.TagClassName
{
border-color: #9AFFDB;
}
</style>