Shades of Magic Mint #AFF0D6
Tints of Magic Mint #AFF0D6
RGB
CMYK
RGB Variations
Color information
#AFF0D6 (or 0xAFF0D6) is known color: Magic Mint. HEX triplet: AF, F0 and D6. RGB value is (175,240,214). Sum of RGB (Red+Green+Blue) = 175+240+214=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0D6 is #500F29. Grayscale: #D9D9D9. Windows color (decimal): -5246762 or 14086319. OLE color: 14086319.
HSL color Cylindrical-coordinate representation of color #AFF0D6: hue angle of 156º 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 #AFF0D6 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 214 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.06 |
| HSL | 156º | 0.68% | 0.81% | - |
| HSV(B) | 156º | 0.27% | 0.94% | - |
| XYZ | 60.98 | 76.29 | 75.13 | - |
| YUV | 217.6 | 125.97 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 214 | 0.27 | 0 | 0.11 | 0.06 | 156 | 0.68 | 0.81 |
| Hex | AF | F0 | D6 | 1B | 0 | B | 6 | 9C | 44 | 51 |
| Octal | 257 | 360 | 326 | 33 | 0 | 13 | 6 | 234 | 104 | 121 |
| Binary | 10101111 | 11110000 | 11010110 | 11011 | 0 | 1011 | 110 | 10011100 | 1000100 | 1010001 |
Color Harmonies of #AFF0D6
Complementary color
Monochromatic Colors of #AFF0D6
Black with #AFF0D6
Text Example
Text Example
White with #AFF0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF0D6; }
p { color: rgb(175,240,214); }
H1.HeaderClassName
{
color: #AFF0D6;
}
.AnyTagClassName
{
color: #AFF0D6;
}
</style>
background-color css
<style>
a { background-color: #AFF0D6; }
a { background-color: rgb(175,240,214); }
div.DivClassName
{
background-color: #AFF0D6;
}
.BgClassName
{
background-color: #AFF0D6;
}
</style>
border-color css
<style>
span { border-color: #AFF0D6; }
span { border-color: rgb(175,240,214); }
td.TdClassName
{
border-color: #AFF0D6;
}
.TagClassName
{
border-color: #AFF0D6;
}
</style>