Shades of Magic Mint #9AFDD8
Tints of Magic Mint #9AFDD8
RGB
CMYK
RGB Variations
Color information
#9AFDD8 (or 0x9AFDD8) is known color: Magic Mint. HEX triplet: 9A, FD and D8. RGB value is (154,253,216). Sum of RGB (Red+Green+Blue) = 154+253+216=623 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.72% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFDD8 is #650227. Grayscale: #DBDBDB. Windows color (decimal): -6619688 or 14220698. OLE color: 14220698.
HSL color Cylindrical-coordinate representation of color #9AFDD8: hue angle of 157.58º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFDD8 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 253 | 216 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.01 |
| HSL | 157.58º | 0.96% | 0.8% | - |
| HSV(B) | 157.58º | 0.39% | 0.99% | - |
| XYZ | 60.85 | 82.08 | 77.6 | - |
| YUV | 219.18 | 126.2 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 253 | 216 | 0.39 | 0 | 0.15 | 0.01 | 157.58 | 0.96 | 0.8 |
| Hex | 9A | FD | D8 | 27 | 0 | F | 1 | 9E | 60 | 50 |
| Octal | 232 | 375 | 330 | 47 | 0 | 17 | 1 | 236 | 140 | 120 |
| Binary | 10011010 | 11111101 | 11011000 | 100111 | 0 | 1111 | 1 | 10011110 | 1100000 | 1010000 |
Color Harmonies of #9AFDD8
Complementary color
Monochromatic Colors of #9AFDD8
Black with #9AFDD8
Text Example
Text Example
White with #9AFDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFDD8; }
p { color: rgb(154,253,216); }
H1.HeaderClassName
{
color: #9AFDD8;
}
.AnyTagClassName
{
color: #9AFDD8;
}
</style>
background-color css
<style>
a { background-color: #9AFDD8; }
a { background-color: rgb(154,253,216); }
div.DivClassName
{
background-color: #9AFDD8;
}
.BgClassName
{
background-color: #9AFDD8;
}
</style>
border-color css
<style>
span { border-color: #9AFDD8; }
span { border-color: rgb(154,253,216); }
td.TdClassName
{
border-color: #9AFDD8;
}
.TagClassName
{
border-color: #9AFDD8;
}
</style>