Shades of Magic Mint #AFF1C7
Tints of Magic Mint #AFF1C7
RGB
CMYK
RGB Variations
Color information
#AFF1C7 (or 0xAFF1C7) is known color: Magic Mint. HEX triplet: AF, F1 and C7. RGB value is (175,241,199). Sum of RGB (Red+Green+Blue) = 175+241+199=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1C7 is #500E38. Grayscale: #D8D8D8. Windows color (decimal): -5246521 or 13103535. OLE color: 13103535.
HSL color Cylindrical-coordinate representation of color #AFF1C7: hue angle of 141.82º 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 #AFF1C7 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 199 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.05 |
| HSL | 141.82º | 0.7% | 0.82% | - |
| HSV(B) | 141.82º | 0.27% | 0.95% | - |
| XYZ | 59.44 | 76.15 | 65.6 | - |
| YUV | 216.48 | 118.13 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 199 | 0.27 | 0 | 0.17 | 0.05 | 141.82 | 0.7 | 0.82 |
| Hex | AF | F1 | C7 | 1B | 0 | 11 | 5 | 8E | 46 | 52 |
| Octal | 257 | 361 | 307 | 33 | 0 | 21 | 5 | 216 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11000111 | 11011 | 0 | 10001 | 101 | 10001110 | 1000110 | 1010010 |
Color Harmonies of #AFF1C7
Complementary color
Monochromatic Colors of #AFF1C7
Black with #AFF1C7
Text Example
Text Example
White with #AFF1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1C7; }
p { color: rgb(175,241,199); }
H1.HeaderClassName
{
color: #AFF1C7;
}
.AnyTagClassName
{
color: #AFF1C7;
}
</style>
background-color css
<style>
a { background-color: #AFF1C7; }
a { background-color: rgb(175,241,199); }
div.DivClassName
{
background-color: #AFF1C7;
}
.BgClassName
{
background-color: #AFF1C7;
}
</style>
border-color css
<style>
span { border-color: #AFF1C7; }
span { border-color: rgb(175,241,199); }
td.TdClassName
{
border-color: #AFF1C7;
}
.TagClassName
{
border-color: #AFF1C7;
}
</style>