Shades of Magic Mint #AFE5CF
Tints of Magic Mint #AFE5CF
RGB
CMYK
RGB Variations
Color information
#AFE5CF (or 0xAFE5CF) is known color: Magic Mint. HEX triplet: AF, E5 and CF. RGB value is (175,229,207). Sum of RGB (Red+Green+Blue) = 175+229+207=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5CF is #501A30. Grayscale: #D2D2D2. Windows color (decimal): -5249585 or 13624751. OLE color: 13624751.
HSL color Cylindrical-coordinate representation of color #AFE5CF: hue angle of 155.56º 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 #AFE5CF is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 207 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.10 |
| HSL | 155.56º | 0.51% | 0.79% | - |
| HSV(B) | 155.56º | 0.24% | 0.9% | - |
| XYZ | 56.96 | 69.66 | 69.47 | - |
| YUV | 210.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 207 | 0.24 | 0 | 0.10 | 0.10 | 155.56 | 0.51 | 0.79 |
| Hex | AF | E5 | CF | 18 | 0 | A | A | 9C | 33 | 4F |
| Octal | 257 | 345 | 317 | 30 | 0 | 12 | 12 | 234 | 63 | 117 |
| Binary | 10101111 | 11100101 | 11001111 | 11000 | 0 | 1010 | 1010 | 10011100 | 110011 | 1001111 |
Color Harmonies of #AFE5CF
Complementary color
Monochromatic Colors of #AFE5CF
Black with #AFE5CF
Text Example
Text Example
White with #AFE5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5CF; }
p { color: rgb(175,229,207); }
H1.HeaderClassName
{
color: #AFE5CF;
}
.AnyTagClassName
{
color: #AFE5CF;
}
</style>
background-color css
<style>
a { background-color: #AFE5CF; }
a { background-color: rgb(175,229,207); }
div.DivClassName
{
background-color: #AFE5CF;
}
.BgClassName
{
background-color: #AFE5CF;
}
</style>
border-color css
<style>
span { border-color: #AFE5CF; }
span { border-color: rgb(175,229,207); }
td.TdClassName
{
border-color: #AFE5CF;
}
.TagClassName
{
border-color: #AFE5CF;
}
</style>