Shades of Magic Mint #9AFCDE
Tints of Magic Mint #9AFCDE
RGB
CMYK
RGB Variations
Color information
#9AFCDE (or 0x9AFCDE) is known color: Magic Mint. HEX triplet: 9A, FC and DE. RGB value is (154,252,222). Sum of RGB (Red+Green+Blue) = 154+252+222=628 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.52% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFCDE is #650321. Grayscale: #DBDBDB. Windows color (decimal): -6619938 or 14613658. OLE color: 14613658.
HSL color Cylindrical-coordinate representation of color #9AFCDE: hue angle of 161.63º degrees, saturation: 0.94, 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 #9AFCDE is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 252 | 222 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.01 |
| HSL | 161.63º | 0.94% | 0.8% | - |
| HSV(B) | 161.63º | 0.39% | 0.99% | - |
| XYZ | 61.32 | 81.76 | 81.66 | - |
| YUV | 219.28 | 129.53 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 252 | 222 | 0.39 | 0 | 0.12 | 0.01 | 161.63 | 0.94 | 0.8 |
| Hex | 9A | FC | DE | 27 | 0 | C | 1 | A2 | 5E | 50 |
| Octal | 232 | 374 | 336 | 47 | 0 | 14 | 1 | 242 | 136 | 120 |
| Binary | 10011010 | 11111100 | 11011110 | 100111 | 0 | 1100 | 1 | 10100010 | 1011110 | 1010000 |
Color Harmonies of #9AFCDE
Complementary color
Monochromatic Colors of #9AFCDE
Black with #9AFCDE
Text Example
Text Example
White with #9AFCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFCDE; }
p { color: rgb(154,252,222); }
H1.HeaderClassName
{
color: #9AFCDE;
}
.AnyTagClassName
{
color: #9AFCDE;
}
</style>
background-color css
<style>
a { background-color: #9AFCDE; }
a { background-color: rgb(154,252,222); }
div.DivClassName
{
background-color: #9AFCDE;
}
.BgClassName
{
background-color: #9AFCDE;
}
</style>
border-color css
<style>
span { border-color: #9AFCDE; }
span { border-color: rgb(154,252,222); }
td.TdClassName
{
border-color: #9AFCDE;
}
.TagClassName
{
border-color: #9AFCDE;
}
</style>