Shades of Magic Mint #AFF1CF
Tints of Magic Mint #AFF1CF
RGB
CMYK
RGB Variations
Color information
#AFF1CF (or 0xAFF1CF) is known color: Magic Mint. HEX triplet: AF, F1 and CF. RGB value is (175,241,207). Sum of RGB (Red+Green+Blue) = 175+241+207=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1CF is #500E30. Grayscale: #D9D9D9. Windows color (decimal): -5246513 or 13627823. OLE color: 13627823.
HSL color Cylindrical-coordinate representation of color #AFF1CF: hue angle of 149.09º 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 #AFF1CF is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 207 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.05 |
| HSL | 149.09º | 0.7% | 0.82% | - |
| HSV(B) | 149.09º | 0.27% | 0.95% | - |
| XYZ | 60.4 | 76.53 | 70.62 | - |
| YUV | 217.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 207 | 0.27 | 0 | 0.14 | 0.05 | 149.09 | 0.7 | 0.82 |
| Hex | AF | F1 | CF | 1B | 0 | E | 5 | 95 | 46 | 52 |
| Octal | 257 | 361 | 317 | 33 | 0 | 16 | 5 | 225 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11001111 | 11011 | 0 | 1110 | 101 | 10010101 | 1000110 | 1010010 |
Color Harmonies of #AFF1CF
Complementary color
Monochromatic Colors of #AFF1CF
Black with #AFF1CF
Text Example
Text Example
White with #AFF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1CF; }
p { color: rgb(175,241,207); }
H1.HeaderClassName
{
color: #AFF1CF;
}
.AnyTagClassName
{
color: #AFF1CF;
}
</style>
background-color css
<style>
a { background-color: #AFF1CF; }
a { background-color: rgb(175,241,207); }
div.DivClassName
{
background-color: #AFF1CF;
}
.BgClassName
{
background-color: #AFF1CF;
}
</style>
border-color css
<style>
span { border-color: #AFF1CF; }
span { border-color: rgb(175,241,207); }
td.TdClassName
{
border-color: #AFF1CF;
}
.TagClassName
{
border-color: #AFF1CF;
}
</style>