Shades of Magic Mint #9AFADB
Tints of Magic Mint #9AFADB
RGB
CMYK
RGB Variations
Color information
#9AFADB (or 0x9AFADB) is known color: Magic Mint. HEX triplet: 9A, FA and DB. RGB value is (154,250,219). Sum of RGB (Red+Green+Blue) = 154+250+219=623 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.72% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFADB is #650524. Grayscale: #D9D9D9. Windows color (decimal): -6620453 or 14416538. OLE color: 14416538.
HSL color Cylindrical-coordinate representation of color #9AFADB: hue angle of 160.62º degrees, saturation: 0.91, 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 #9AFADB is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 250 | 219 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.02 |
| HSL | 160.63º | 0.91% | 0.79% | - |
| HSV(B) | 160.63º | 0.38% | 0.98% | - |
| XYZ | 60.3 | 80.36 | 79.35 | - |
| YUV | 217.76 | 128.7 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 250 | 219 | 0.38 | 0 | 0.12 | 0.02 | 160.63 | 0.91 | 0.79 |
| Hex | 9A | FA | DB | 26 | 0 | C | 2 | A1 | 5B | 4F |
| Octal | 232 | 372 | 333 | 46 | 0 | 14 | 2 | 241 | 133 | 117 |
| Binary | 10011010 | 11111010 | 11011011 | 100110 | 0 | 1100 | 10 | 10100001 | 1011011 | 1001111 |
Color Harmonies of #9AFADB
Complementary color
Monochromatic Colors of #9AFADB
Black with #9AFADB
Text Example
Text Example
White with #9AFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFADB; }
p { color: rgb(154,250,219); }
H1.HeaderClassName
{
color: #9AFADB;
}
.AnyTagClassName
{
color: #9AFADB;
}
</style>
background-color css
<style>
a { background-color: #9AFADB; }
a { background-color: rgb(154,250,219); }
div.DivClassName
{
background-color: #9AFADB;
}
.BgClassName
{
background-color: #9AFADB;
}
</style>
border-color css
<style>
span { border-color: #9AFADB; }
span { border-color: rgb(154,250,219); }
td.TdClassName
{
border-color: #9AFADB;
}
.TagClassName
{
border-color: #9AFADB;
}
</style>