Shades of Magic Mint #AFE8C9
Tints of Magic Mint #AFE8C9
RGB
CMYK
RGB Variations
Color information
#AFE8C9 (or 0xAFE8C9) is known color: Magic Mint. HEX triplet: AF, E8 and C9. RGB value is (175,232,201). Sum of RGB (Red+Green+Blue) = 175+232+201=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 232 (91.02% from 255 or 38.16% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE8C9 is #501736. Grayscale: #D3D3D3. Windows color (decimal): -5248823 or 13232303. OLE color: 13232303.
HSL color Cylindrical-coordinate representation of color #AFE8C9: hue angle of 147.37º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE8C9 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 201 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.09 |
| HSL | 147.37º | 0.55% | 0.8% | - |
| HSV(B) | 147.37º | 0.25% | 0.91% | - |
| XYZ | 57.08 | 71.04 | 65.96 | - |
| YUV | 211.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 201 | 0.25 | 0 | 0.13 | 0.09 | 147.37 | 0.55 | 0.8 |
| Hex | AF | E8 | C9 | 19 | 0 | D | 9 | 93 | 37 | 50 |
| Octal | 257 | 350 | 311 | 31 | 0 | 15 | 11 | 223 | 67 | 120 |
| Binary | 10101111 | 11101000 | 11001001 | 11001 | 0 | 1101 | 1001 | 10010011 | 110111 | 1010000 |
Color Harmonies of #AFE8C9
Complementary color
Monochromatic Colors of #AFE8C9
Black with #AFE8C9
Text Example
Text Example
White with #AFE8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE8C9; }
p { color: rgb(175,232,201); }
H1.HeaderClassName
{
color: #AFE8C9;
}
.AnyTagClassName
{
color: #AFE8C9;
}
</style>
background-color css
<style>
a { background-color: #AFE8C9; }
a { background-color: rgb(175,232,201); }
div.DivClassName
{
background-color: #AFE8C9;
}
.BgClassName
{
background-color: #AFE8C9;
}
</style>
border-color css
<style>
span { border-color: #AFE8C9; }
span { border-color: rgb(175,232,201); }
td.TdClassName
{
border-color: #AFE8C9;
}
.TagClassName
{
border-color: #AFE8C9;
}
</style>