Shades of Magic Mint #AFE5C7
Tints of Magic Mint #AFE5C7
RGB
CMYK
RGB Variations
Color information
#AFE5C7 (or 0xAFE5C7) is known color: Magic Mint. HEX triplet: AF, E5 and C7. RGB value is (175,229,199). Sum of RGB (Red+Green+Blue) = 175+229+199=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5C7 is #501A38. Grayscale: #D1D1D1. Windows color (decimal): -5249593 or 13100463. OLE color: 13100463.
HSL color Cylindrical-coordinate representation of color #AFE5C7: hue angle of 146.67º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5C7 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 199 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.10 |
| HSL | 146.67º | 0.51% | 0.79% | - |
| HSV(B) | 146.67º | 0.24% | 0.9% | - |
| XYZ | 56.01 | 69.28 | 64.45 | - |
| YUV | 209.43 | 122.11 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 199 | 0.24 | 0 | 0.13 | 0.10 | 146.67 | 0.51 | 0.79 |
| Hex | AF | E5 | C7 | 18 | 0 | D | A | 93 | 33 | 4F |
| Octal | 257 | 345 | 307 | 30 | 0 | 15 | 12 | 223 | 63 | 117 |
| Binary | 10101111 | 11100101 | 11000111 | 11000 | 0 | 1101 | 1010 | 10010011 | 110011 | 1001111 |
Color Harmonies of #AFE5C7
Complementary color
Monochromatic Colors of #AFE5C7
Black with #AFE5C7
Text Example
Text Example
White with #AFE5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5C7; }
p { color: rgb(175,229,199); }
H1.HeaderClassName
{
color: #AFE5C7;
}
.AnyTagClassName
{
color: #AFE5C7;
}
</style>
background-color css
<style>
a { background-color: #AFE5C7; }
a { background-color: rgb(175,229,199); }
div.DivClassName
{
background-color: #AFE5C7;
}
.BgClassName
{
background-color: #AFE5C7;
}
</style>
border-color css
<style>
span { border-color: #AFE5C7; }
span { border-color: rgb(175,229,199); }
td.TdClassName
{
border-color: #AFE5C7;
}
.TagClassName
{
border-color: #AFE5C7;
}
</style>