Shades of Magic Mint #AFFFC9
Tints of Magic Mint #AFFFC9
RGB
CMYK
RGB Variations
Color information
#AFFFC9 (or 0xAFFFC9) is known color: Magic Mint. HEX triplet: AF, FF and C9. RGB value is (175,255,201). Sum of RGB (Red+Green+Blue) = 175+255+201=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFC9 is #500036. Grayscale: #E1E1E1. Windows color (decimal): -5242935 or 13238191. OLE color: 13238191.
HSL color Cylindrical-coordinate representation of color #AFFFC9: hue angle of 139.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFC9 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 201 | - |
| CMYK | 0.31 | 0 | 0.21 | 0 |
| HSL | 139.5º | 1% | 0.84% | - |
| HSV(B) | 139.5º | 0.31% | 1% | - |
| XYZ | 63.98 | 84.85 | 68.26 | - |
| YUV | 224.92 | 114.5 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 201 | 0.31 | 0 | 0.21 | 0 | 139.5 | 1 | 0.84 |
| Hex | AF | FF | C9 | 1F | 0 | 15 | 0 | 8C | 64 | 54 |
| Octal | 257 | 377 | 311 | 37 | 0 | 25 | 0 | 214 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11001001 | 11111 | 0 | 10101 | 0 | 10001100 | 1100100 | 1010100 |
Color Harmonies of #AFFFC9
Complementary color
Monochromatic Colors of #AFFFC9
Black with #AFFFC9
Text Example
Text Example
White with #AFFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFC9; }
p { color: rgb(175,255,201); }
H1.HeaderClassName
{
color: #AFFFC9;
}
.AnyTagClassName
{
color: #AFFFC9;
}
</style>
background-color css
<style>
a { background-color: #AFFFC9; }
a { background-color: rgb(175,255,201); }
div.DivClassName
{
background-color: #AFFFC9;
}
.BgClassName
{
background-color: #AFFFC9;
}
</style>
border-color css
<style>
span { border-color: #AFFFC9; }
span { border-color: rgb(175,255,201); }
td.TdClassName
{
border-color: #AFFFC9;
}
.TagClassName
{
border-color: #AFFFC9;
}
</style>