Shades of Magic Mint #AFEFC7
Tints of Magic Mint #AFEFC7
RGB
CMYK
RGB Variations
Color information
#AFEFC7 (or 0xAFEFC7) is known color: Magic Mint. HEX triplet: AF, EF and C7. RGB value is (175,239,199). Sum of RGB (Red+Green+Blue) = 175+239+199=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFC7 is #501038. Grayscale: #D7D7D7. Windows color (decimal): -5247033 or 13103023. OLE color: 13103023.
HSL color Cylindrical-coordinate representation of color #AFEFC7: hue angle of 142.5º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEFC7 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 239 | 199 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.06 |
| HSL | 142.5º | 0.67% | 0.81% | - |
| HSV(B) | 142.5º | 0.27% | 0.94% | - |
| XYZ | 58.85 | 74.97 | 65.4 | - |
| YUV | 215.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 239 | 199 | 0.27 | 0 | 0.17 | 0.06 | 142.5 | 0.67 | 0.81 |
| Hex | AF | EF | C7 | 1B | 0 | 11 | 6 | 8E | 43 | 51 |
| Octal | 257 | 357 | 307 | 33 | 0 | 21 | 6 | 216 | 103 | 121 |
| Binary | 10101111 | 11101111 | 11000111 | 11011 | 0 | 10001 | 110 | 10001110 | 1000011 | 1010001 |
Color Harmonies of #AFEFC7
Complementary color
Monochromatic Colors of #AFEFC7
Black with #AFEFC7
Text Example
Text Example
White with #AFEFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEFC7; }
p { color: rgb(175,239,199); }
H1.HeaderClassName
{
color: #AFEFC7;
}
.AnyTagClassName
{
color: #AFEFC7;
}
</style>
background-color css
<style>
a { background-color: #AFEFC7; }
a { background-color: rgb(175,239,199); }
div.DivClassName
{
background-color: #AFEFC7;
}
.BgClassName
{
background-color: #AFEFC7;
}
</style>
border-color css
<style>
span { border-color: #AFEFC7; }
span { border-color: rgb(175,239,199); }
td.TdClassName
{
border-color: #AFEFC7;
}
.TagClassName
{
border-color: #AFEFC7;
}
</style>