Shades of Magic Mint #AFF1D7
Tints of Magic Mint #AFF1D7
RGB
CMYK
RGB Variations
Color information
#AFF1D7 (or 0xAFF1D7) is known color: Magic Mint. HEX triplet: AF, F1 and D7. RGB value is (175,241,215). Sum of RGB (Red+Green+Blue) = 175+241+215=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1D7 is #500E28. Grayscale: #DADADA. Windows color (decimal): -5246505 or 14152111. OLE color: 14152111.
HSL color Cylindrical-coordinate representation of color #AFF1D7: hue angle of 156.36º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1D7 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 215 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.05 |
| HSL | 156.36º | 0.7% | 0.82% | - |
| HSV(B) | 156.36º | 0.27% | 0.95% | - |
| XYZ | 61.4 | 76.93 | 75.9 | - |
| YUV | 218.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 215 | 0.27 | 0 | 0.11 | 0.05 | 156.36 | 0.7 | 0.82 |
| Hex | AF | F1 | D7 | 1B | 0 | B | 5 | 9C | 46 | 52 |
| Octal | 257 | 361 | 327 | 33 | 0 | 13 | 5 | 234 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11010111 | 11011 | 0 | 1011 | 101 | 10011100 | 1000110 | 1010010 |
Color Harmonies of #AFF1D7
Complementary color
Monochromatic Colors of #AFF1D7
Black with #AFF1D7
Text Example
Text Example
White with #AFF1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1D7; }
p { color: rgb(175,241,215); }
H1.HeaderClassName
{
color: #AFF1D7;
}
.AnyTagClassName
{
color: #AFF1D7;
}
</style>
background-color css
<style>
a { background-color: #AFF1D7; }
a { background-color: rgb(175,241,215); }
div.DivClassName
{
background-color: #AFF1D7;
}
.BgClassName
{
background-color: #AFF1D7;
}
</style>
border-color css
<style>
span { border-color: #AFF1D7; }
span { border-color: rgb(175,241,215); }
td.TdClassName
{
border-color: #AFF1D7;
}
.TagClassName
{
border-color: #AFF1D7;
}
</style>