Shades of Magic Mint #AFE4C8
Tints of Magic Mint #AFE4C8
RGB
CMYK
RGB Variations
Color information
#AFE4C8 (or 0xAFE4C8) is known color: Magic Mint. HEX triplet: AF, E4 and C8. RGB value is (175,228,200). Sum of RGB (Red+Green+Blue) = 175+228+200=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE4C8 is #501B37. Grayscale: #D1D1D1. Windows color (decimal): -5249848 or 13165743. OLE color: 13165743.
HSL color Cylindrical-coordinate representation of color #AFE4C8: hue angle of 148.3º 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 #AFE4C8 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 200 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.11 |
| HSL | 148.3º | 0.5% | 0.79% | - |
| HSV(B) | 148.3º | 0.23% | 0.89% | - |
| XYZ | 55.85 | 68.77 | 64.97 | - |
| YUV | 208.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 200 | 0.23 | 0 | 0.12 | 0.11 | 148.3 | 0.5 | 0.79 |
| Hex | AF | E4 | C8 | 17 | 0 | C | B | 94 | 32 | 4F |
| Octal | 257 | 344 | 310 | 27 | 0 | 14 | 13 | 224 | 62 | 117 |
| Binary | 10101111 | 11100100 | 11001000 | 10111 | 0 | 1100 | 1011 | 10010100 | 110010 | 1001111 |
Color Harmonies of #AFE4C8
Complementary color
Monochromatic Colors of #AFE4C8
Black with #AFE4C8
Text Example
Text Example
White with #AFE4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE4C8; }
p { color: rgb(175,228,200); }
H1.HeaderClassName
{
color: #AFE4C8;
}
.AnyTagClassName
{
color: #AFE4C8;
}
</style>
background-color css
<style>
a { background-color: #AFE4C8; }
a { background-color: rgb(175,228,200); }
div.DivClassName
{
background-color: #AFE4C8;
}
.BgClassName
{
background-color: #AFE4C8;
}
</style>
border-color css
<style>
span { border-color: #AFE4C8; }
span { border-color: rgb(175,228,200); }
td.TdClassName
{
border-color: #AFE4C8;
}
.TagClassName
{
border-color: #AFE4C8;
}
</style>