Shades of Magic Mint #AFF8C9
Tints of Magic Mint #AFF8C9
RGB
CMYK
RGB Variations
Color information
#AFF8C9 (or 0xAFF8C9) is known color: Magic Mint. HEX triplet: AF, F8 and C9. RGB value is (175,248,201). Sum of RGB (Red+Green+Blue) = 175+248+201=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8C9 is #500736. Grayscale: #DCDCDC. Windows color (decimal): -5244727 or 13236399. OLE color: 13236399.
HSL color Cylindrical-coordinate representation of color #AFF8C9: hue angle of 141.37º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8C9 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 201 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.03 |
| HSL | 141.37º | 0.84% | 0.83% | - |
| HSV(B) | 141.37º | 0.29% | 0.97% | - |
| XYZ | 61.79 | 80.47 | 67.53 | - |
| YUV | 220.82 | 116.82 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 201 | 0.29 | 0 | 0.19 | 0.03 | 141.37 | 0.84 | 0.83 |
| Hex | AF | F8 | C9 | 1D | 0 | 13 | 3 | 8D | 54 | 53 |
| Octal | 257 | 370 | 311 | 35 | 0 | 23 | 3 | 215 | 124 | 123 |
| Binary | 10101111 | 11111000 | 11001001 | 11101 | 0 | 10011 | 11 | 10001101 | 1010100 | 1010011 |
Color Harmonies of #AFF8C9
Complementary color
Monochromatic Colors of #AFF8C9
Black with #AFF8C9
Text Example
Text Example
White with #AFF8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF8C9; }
p { color: rgb(175,248,201); }
H1.HeaderClassName
{
color: #AFF8C9;
}
.AnyTagClassName
{
color: #AFF8C9;
}
</style>
background-color css
<style>
a { background-color: #AFF8C9; }
a { background-color: rgb(175,248,201); }
div.DivClassName
{
background-color: #AFF8C9;
}
.BgClassName
{
background-color: #AFF8C9;
}
</style>
border-color css
<style>
span { border-color: #AFF8C9; }
span { border-color: rgb(175,248,201); }
td.TdClassName
{
border-color: #AFF8C9;
}
.TagClassName
{
border-color: #AFF8C9;
}
</style>