Shades of Magic Mint #AFF0C7
Tints of Magic Mint #AFF0C7
RGB
CMYK
RGB Variations
Color information
#AFF0C7 (or 0xAFF0C7) is known color: Magic Mint. HEX triplet: AF, F0 and C7. RGB value is (175,240,199). Sum of RGB (Red+Green+Blue) = 175+240+199=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0C7 is #500F38. Grayscale: #D7D7D7. Windows color (decimal): -5246777 or 13103279. OLE color: 13103279.
HSL color Cylindrical-coordinate representation of color #AFF0C7: hue angle of 142.15º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0C7 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 199 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.06 |
| HSL | 142.15º | 0.68% | 0.81% | - |
| HSV(B) | 142.15º | 0.27% | 0.94% | - |
| XYZ | 59.15 | 75.56 | 65.5 | - |
| YUV | 215.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 199 | 0.27 | 0 | 0.17 | 0.06 | 142.15 | 0.68 | 0.81 |
| Hex | AF | F0 | C7 | 1B | 0 | 11 | 6 | 8E | 44 | 51 |
| Octal | 257 | 360 | 307 | 33 | 0 | 21 | 6 | 216 | 104 | 121 |
| Binary | 10101111 | 11110000 | 11000111 | 11011 | 0 | 10001 | 110 | 10001110 | 1000100 | 1010001 |
Color Harmonies of #AFF0C7
Complementary color
Monochromatic Colors of #AFF0C7
Black with #AFF0C7
Text Example
Text Example
White with #AFF0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF0C7; }
p { color: rgb(175,240,199); }
H1.HeaderClassName
{
color: #AFF0C7;
}
.AnyTagClassName
{
color: #AFF0C7;
}
</style>
background-color css
<style>
a { background-color: #AFF0C7; }
a { background-color: rgb(175,240,199); }
div.DivClassName
{
background-color: #AFF0C7;
}
.BgClassName
{
background-color: #AFF0C7;
}
</style>
border-color css
<style>
span { border-color: #AFF0C7; }
span { border-color: rgb(175,240,199); }
td.TdClassName
{
border-color: #AFF0C7;
}
.TagClassName
{
border-color: #AFF0C7;
}
</style>