Shades of Magic Mint #9AFAB8
Tints of Magic Mint #9AFAB8
RGB
CMYK
RGB Variations
Color information
#9AFAB8 (or 0x9AFAB8) is known color: Magic Mint. HEX triplet: 9A, FA and B8. RGB value is (154,250,184). Sum of RGB (Red+Green+Blue) = 154+250+184=588 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.19% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFAB8 is #650547. Grayscale: #D5D5D5. Windows color (decimal): -6620488 or 12122778. OLE color: 12122778.
HSL color Cylindrical-coordinate representation of color #9AFAB8: hue angle of 138.75º 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 #9AFAB8 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 250 | 184 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.02 |
| HSL | 138.75º | 0.91% | 0.79% | - |
| HSV(B) | 138.75º | 0.38% | 0.98% | - |
| XYZ | 56.16 | 78.7 | 57.58 | - |
| YUV | 213.77 | 111.2 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 250 | 184 | 0.38 | 0 | 0.26 | 0.02 | 138.75 | 0.91 | 0.79 |
| Hex | 9A | FA | B8 | 26 | 0 | 1A | 2 | 8B | 5B | 4F |
| Octal | 232 | 372 | 270 | 46 | 0 | 32 | 2 | 213 | 133 | 117 |
| Binary | 10011010 | 11111010 | 10111000 | 100110 | 0 | 11010 | 10 | 10001011 | 1011011 | 1001111 |
Color Harmonies of #9AFAB8
Complementary color
Monochromatic Colors of #9AFAB8
Black with #9AFAB8
Text Example
Text Example
White with #9AFAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFAB8; }
p { color: rgb(154,250,184); }
H1.HeaderClassName
{
color: #9AFAB8;
}
.AnyTagClassName
{
color: #9AFAB8;
}
</style>
background-color css
<style>
a { background-color: #9AFAB8; }
a { background-color: rgb(154,250,184); }
div.DivClassName
{
background-color: #9AFAB8;
}
.BgClassName
{
background-color: #9AFAB8;
}
</style>
border-color css
<style>
span { border-color: #9AFAB8; }
span { border-color: rgb(154,250,184); }
td.TdClassName
{
border-color: #9AFAB8;
}
.TagClassName
{
border-color: #9AFAB8;
}
</style>