Shades of Magic Mint #AFF0C6
Tints of Magic Mint #AFF0C6
RGB
CMYK
RGB Variations
Color information
#AFF0C6 (or 0xAFF0C6) is known color: Magic Mint. HEX triplet: AF, F0 and C6. RGB value is (175,240,198). Sum of RGB (Red+Green+Blue) = 175+240+198=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0C6 is #500F39. Grayscale: #D7D7D7. Windows color (decimal): -5246778 or 13037743. OLE color: 13037743.
HSL color Cylindrical-coordinate representation of color #AFF0C6: hue angle of 141.23º 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 #AFF0C6 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 198 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.06 |
| HSL | 141.23º | 0.68% | 0.81% | - |
| HSV(B) | 141.23º | 0.27% | 0.94% | - |
| XYZ | 59.03 | 75.51 | 64.89 | - |
| YUV | 215.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 198 | 0.27 | 0 | 0.18 | 0.06 | 141.23 | 0.68 | 0.81 |
| Hex | AF | F0 | C6 | 1B | 0 | 12 | 6 | 8D | 44 | 51 |
| Octal | 257 | 360 | 306 | 33 | 0 | 22 | 6 | 215 | 104 | 121 |
| Binary | 10101111 | 11110000 | 11000110 | 11011 | 0 | 10010 | 110 | 10001101 | 1000100 | 1010001 |
Color Harmonies of #AFF0C6
Complementary color
Monochromatic Colors of #AFF0C6
Black with #AFF0C6
Text Example
Text Example
White with #AFF0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF0C6; }
p { color: rgb(175,240,198); }
H1.HeaderClassName
{
color: #AFF0C6;
}
.AnyTagClassName
{
color: #AFF0C6;
}
</style>
background-color css
<style>
a { background-color: #AFF0C6; }
a { background-color: rgb(175,240,198); }
div.DivClassName
{
background-color: #AFF0C6;
}
.BgClassName
{
background-color: #AFF0C6;
}
</style>
border-color css
<style>
span { border-color: #AFF0C6; }
span { border-color: rgb(175,240,198); }
td.TdClassName
{
border-color: #AFF0C6;
}
.TagClassName
{
border-color: #AFF0C6;
}
</style>