Shades of Magic Mint #AFF0D7
Tints of Magic Mint #AFF0D7
RGB
CMYK
RGB Variations
Color information
#AFF0D7 (or 0xAFF0D7) is known color: Magic Mint. HEX triplet: AF, F0 and D7. RGB value is (175,240,215). Sum of RGB (Red+Green+Blue) = 175+240+215=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0D7 is #500F28. Grayscale: #D9D9D9. Windows color (decimal): -5246761 or 14151855. OLE color: 14151855.
HSL color Cylindrical-coordinate representation of color #AFF0D7: hue angle of 156.92º 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 #AFF0D7 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 215 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.06 |
| HSL | 156.92º | 0.68% | 0.81% | - |
| HSV(B) | 156.92º | 0.27% | 0.94% | - |
| XYZ | 61.11 | 76.34 | 75.8 | - |
| YUV | 217.72 | 126.47 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 215 | 0.27 | 0 | 0.10 | 0.06 | 156.92 | 0.68 | 0.81 |
| Hex | AF | F0 | D7 | 1B | 0 | A | 6 | 9D | 44 | 51 |
| Octal | 257 | 360 | 327 | 33 | 0 | 12 | 6 | 235 | 104 | 121 |
| Binary | 10101111 | 11110000 | 11010111 | 11011 | 0 | 1010 | 110 | 10011101 | 1000100 | 1010001 |
Color Harmonies of #AFF0D7
Complementary color
Monochromatic Colors of #AFF0D7
Black with #AFF0D7
Text Example
Text Example
White with #AFF0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF0D7; }
p { color: rgb(175,240,215); }
H1.HeaderClassName
{
color: #AFF0D7;
}
.AnyTagClassName
{
color: #AFF0D7;
}
</style>
background-color css
<style>
a { background-color: #AFF0D7; }
a { background-color: rgb(175,240,215); }
div.DivClassName
{
background-color: #AFF0D7;
}
.BgClassName
{
background-color: #AFF0D7;
}
</style>
border-color css
<style>
span { border-color: #AFF0D7; }
span { border-color: rgb(175,240,215); }
td.TdClassName
{
border-color: #AFF0D7;
}
.TagClassName
{
border-color: #AFF0D7;
}
</style>