Shades of Magic Mint #AFFFCE
Tints of Magic Mint #AFFFCE
RGB
CMYK
RGB Variations
Color information
#AFFFCE (or 0xAFFFCE) is known color: Magic Mint. HEX triplet: AF, FF and CE. RGB value is (175,255,206). Sum of RGB (Red+Green+Blue) = 175+255+206=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFCE is #500031. Grayscale: #E1E1E1. Windows color (decimal): -5242930 or 13565871. OLE color: 13565871.
HSL color Cylindrical-coordinate representation of color #AFFFCE: hue angle of 143.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFCE is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 206 | - |
| CMYK | 0.31 | 0 | 0.19 | 0 |
| HSL | 143.25º | 1% | 0.84% | - |
| HSV(B) | 143.25º | 0.31% | 1% | - |
| XYZ | 64.58 | 85.09 | 71.41 | - |
| YUV | 225.49 | 117 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 206 | 0.31 | 0 | 0.19 | 0 | 143.25 | 1 | 0.84 |
| Hex | AF | FF | CE | 1F | 0 | 13 | 0 | 8F | 64 | 54 |
| Octal | 257 | 377 | 316 | 37 | 0 | 23 | 0 | 217 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11001110 | 11111 | 0 | 10011 | 0 | 10001111 | 1100100 | 1010100 |
Color Harmonies of #AFFFCE
Complementary color
Monochromatic Colors of #AFFFCE
Black with #AFFFCE
Text Example
Text Example
White with #AFFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFCE; }
p { color: rgb(175,255,206); }
H1.HeaderClassName
{
color: #AFFFCE;
}
.AnyTagClassName
{
color: #AFFFCE;
}
</style>
background-color css
<style>
a { background-color: #AFFFCE; }
a { background-color: rgb(175,255,206); }
div.DivClassName
{
background-color: #AFFFCE;
}
.BgClassName
{
background-color: #AFFFCE;
}
</style>
border-color css
<style>
span { border-color: #AFFFCE; }
span { border-color: rgb(175,255,206); }
td.TdClassName
{
border-color: #AFFFCE;
}
.TagClassName
{
border-color: #AFFFCE;
}
</style>