Shades of Magic Mint #AFE4C7
Tints of Magic Mint #AFE4C7
RGB
CMYK
RGB Variations
Color information
#AFE4C7 (or 0xAFE4C7) is known color: Magic Mint. HEX triplet: AF, E4 and C7. RGB value is (175,228,199). Sum of RGB (Red+Green+Blue) = 175+228+199=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE4C7 is #501B38. Grayscale: #D0D0D0. Windows color (decimal): -5249849 or 13100207. OLE color: 13100207.
HSL color Cylindrical-coordinate representation of color #AFE4C7: hue angle of 147.17º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE4C7 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 199 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.11 |
| HSL | 147.17º | 0.5% | 0.79% | - |
| HSV(B) | 147.17º | 0.23% | 0.89% | - |
| XYZ | 55.73 | 68.72 | 64.36 | - |
| YUV | 208.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 199 | 0.23 | 0 | 0.13 | 0.11 | 147.17 | 0.5 | 0.79 |
| Hex | AF | E4 | C7 | 17 | 0 | D | B | 93 | 32 | 4F |
| Octal | 257 | 344 | 307 | 27 | 0 | 15 | 13 | 223 | 62 | 117 |
| Binary | 10101111 | 11100100 | 11000111 | 10111 | 0 | 1101 | 1011 | 10010011 | 110010 | 1001111 |
Color Harmonies of #AFE4C7
Complementary color
Monochromatic Colors of #AFE4C7
Black with #AFE4C7
Text Example
Text Example
White with #AFE4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE4C7; }
p { color: rgb(175,228,199); }
H1.HeaderClassName
{
color: #AFE4C7;
}
.AnyTagClassName
{
color: #AFE4C7;
}
</style>
background-color css
<style>
a { background-color: #AFE4C7; }
a { background-color: rgb(175,228,199); }
div.DivClassName
{
background-color: #AFE4C7;
}
.BgClassName
{
background-color: #AFE4C7;
}
</style>
border-color css
<style>
span { border-color: #AFE4C7; }
span { border-color: rgb(175,228,199); }
td.TdClassName
{
border-color: #AFE4C7;
}
.TagClassName
{
border-color: #AFE4C7;
}
</style>