Shades of Magic Mint #9AF9DE
Tints of Magic Mint #9AF9DE
RGB
CMYK
RGB Variations
Color information
#9AF9DE (or 0x9AF9DE) is known color: Magic Mint. HEX triplet: 9A, F9 and DE. RGB value is (154,249,222). Sum of RGB (Red+Green+Blue) = 154+249+222=625 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.64% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF9DE is #650621. Grayscale: #D9D9D9. Windows color (decimal): -6620706 or 14612890. OLE color: 14612890.
HSL color Cylindrical-coordinate representation of color #9AF9DE: hue angle of 162.95º degrees, saturation: 0.89, 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 #9AF9DE is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 249 | 222 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.02 |
| HSL | 162.95º | 0.89% | 0.79% | - |
| HSV(B) | 162.95º | 0.38% | 0.98% | - |
| XYZ | 60.39 | 79.9 | 81.35 | - |
| YUV | 217.52 | 130.53 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 249 | 222 | 0.38 | 0 | 0.11 | 0.02 | 162.95 | 0.89 | 0.79 |
| Hex | 9A | F9 | DE | 26 | 0 | B | 2 | A3 | 59 | 4F |
| Octal | 232 | 371 | 336 | 46 | 0 | 13 | 2 | 243 | 131 | 117 |
| Binary | 10011010 | 11111001 | 11011110 | 100110 | 0 | 1011 | 10 | 10100011 | 1011001 | 1001111 |
Color Harmonies of #9AF9DE
Complementary color
Monochromatic Colors of #9AF9DE
Black with #9AF9DE
Text Example
Text Example
White with #9AF9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF9DE; }
p { color: rgb(154,249,222); }
H1.HeaderClassName
{
color: #9AF9DE;
}
.AnyTagClassName
{
color: #9AF9DE;
}
</style>
background-color css
<style>
a { background-color: #9AF9DE; }
a { background-color: rgb(154,249,222); }
div.DivClassName
{
background-color: #9AF9DE;
}
.BgClassName
{
background-color: #9AF9DE;
}
</style>
border-color css
<style>
span { border-color: #9AF9DE; }
span { border-color: rgb(154,249,222); }
td.TdClassName
{
border-color: #9AF9DE;
}
.TagClassName
{
border-color: #9AF9DE;
}
</style>