Shades of Magic Mint #9AF8BC
Tints of Magic Mint #9AF8BC
RGB
CMYK
RGB Variations
Color information
#9AF8BC (or 0x9AF8BC) is known color: Magic Mint. HEX triplet: 9A, F8 and BC. RGB value is (154,248,188). Sum of RGB (Red+Green+Blue) = 154+248+188=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF8BC is #650743. Grayscale: #D5D5D5. Windows color (decimal): -6620996 or 12384410. OLE color: 12384410.
HSL color Cylindrical-coordinate representation of color #9AF8BC: hue angle of 141.7º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF8BC is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 248 | 188 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.03 |
| HSL | 141.7º | 0.87% | 0.79% | - |
| HSV(B) | 141.7º | 0.38% | 0.97% | - |
| XYZ | 55.97 | 77.64 | 59.61 | - |
| YUV | 213.05 | 113.86 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 248 | 188 | 0.38 | 0 | 0.24 | 0.03 | 141.7 | 0.87 | 0.79 |
| Hex | 9A | F8 | BC | 26 | 0 | 18 | 3 | 8E | 57 | 4F |
| Octal | 232 | 370 | 274 | 46 | 0 | 30 | 3 | 216 | 127 | 117 |
| Binary | 10011010 | 11111000 | 10111100 | 100110 | 0 | 11000 | 11 | 10001110 | 1010111 | 1001111 |
Color Harmonies of #9AF8BC
Complementary color
Monochromatic Colors of #9AF8BC
Black with #9AF8BC
Text Example
Text Example
White with #9AF8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF8BC; }
p { color: rgb(154,248,188); }
H1.HeaderClassName
{
color: #9AF8BC;
}
.AnyTagClassName
{
color: #9AF8BC;
}
</style>
background-color css
<style>
a { background-color: #9AF8BC; }
a { background-color: rgb(154,248,188); }
div.DivClassName
{
background-color: #9AF8BC;
}
.BgClassName
{
background-color: #9AF8BC;
}
</style>
border-color css
<style>
span { border-color: #9AF8BC; }
span { border-color: rgb(154,248,188); }
td.TdClassName
{
border-color: #9AF8BC;
}
.TagClassName
{
border-color: #9AF8BC;
}
</style>