Shades of Magic Mint #AFF9C9
Tints of Magic Mint #AFF9C9
RGB
CMYK
RGB Variations
Color information
#AFF9C9 (or 0xAFF9C9) is known color: Magic Mint. HEX triplet: AF, F9 and C9. RGB value is (175,249,201). Sum of RGB (Red+Green+Blue) = 175+249+201=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9C9 is #500636. Grayscale: #DDDDDD. Windows color (decimal): -5244471 or 13236655. OLE color: 13236655.
HSL color Cylindrical-coordinate representation of color #AFF9C9: hue angle of 141.08º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9C9 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 249 | 201 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.02 |
| HSL | 141.08º | 0.86% | 0.83% | - |
| HSV(B) | 141.08º | 0.3% | 0.98% | - |
| XYZ | 62.1 | 81.08 | 67.64 | - |
| YUV | 221.4 | 116.48 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 249 | 201 | 0.30 | 0 | 0.19 | 0.02 | 141.08 | 0.86 | 0.83 |
| Hex | AF | F9 | C9 | 1E | 0 | 13 | 2 | 8D | 56 | 53 |
| Octal | 257 | 371 | 311 | 36 | 0 | 23 | 2 | 215 | 126 | 123 |
| Binary | 10101111 | 11111001 | 11001001 | 11110 | 0 | 10011 | 10 | 10001101 | 1010110 | 1010011 |
Color Harmonies of #AFF9C9
Complementary color
Monochromatic Colors of #AFF9C9
Black with #AFF9C9
Text Example
Text Example
White with #AFF9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF9C9; }
p { color: rgb(175,249,201); }
H1.HeaderClassName
{
color: #AFF9C9;
}
.AnyTagClassName
{
color: #AFF9C9;
}
</style>
background-color css
<style>
a { background-color: #AFF9C9; }
a { background-color: rgb(175,249,201); }
div.DivClassName
{
background-color: #AFF9C9;
}
.BgClassName
{
background-color: #AFF9C9;
}
</style>
border-color css
<style>
span { border-color: #AFF9C9; }
span { border-color: rgb(175,249,201); }
td.TdClassName
{
border-color: #AFF9C9;
}
.TagClassName
{
border-color: #AFF9C9;
}
</style>