Shades of Magic Mint #AFEFC9
Tints of Magic Mint #AFEFC9
RGB
CMYK
RGB Variations
Color information
#AFEFC9 (or 0xAFEFC9) is known color: Magic Mint. HEX triplet: AF, EF and C9. RGB value is (175,239,201). Sum of RGB (Red+Green+Blue) = 175+239+201=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFC9 is #501036. Grayscale: #D7D7D7. Windows color (decimal): -5247031 or 13234095. OLE color: 13234095.
HSL color Cylindrical-coordinate representation of color #AFEFC9: hue angle of 144.38º 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 #AFEFC9 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 239 | 201 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.06 |
| HSL | 144.38º | 0.67% | 0.81% | - |
| HSV(B) | 144.38º | 0.27% | 0.94% | - |
| XYZ | 59.09 | 75.06 | 66.63 | - |
| YUV | 215.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 239 | 201 | 0.27 | 0 | 0.16 | 0.06 | 144.38 | 0.67 | 0.81 |
| Hex | AF | EF | C9 | 1B | 0 | 10 | 6 | 90 | 43 | 51 |
| Octal | 257 | 357 | 311 | 33 | 0 | 20 | 6 | 220 | 103 | 121 |
| Binary | 10101111 | 11101111 | 11001001 | 11011 | 0 | 10000 | 110 | 10010000 | 1000011 | 1010001 |
Color Harmonies of #AFEFC9
Complementary color
Monochromatic Colors of #AFEFC9
Black with #AFEFC9
Text Example
Text Example
White with #AFEFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEFC9; }
p { color: rgb(175,239,201); }
H1.HeaderClassName
{
color: #AFEFC9;
}
.AnyTagClassName
{
color: #AFEFC9;
}
</style>
background-color css
<style>
a { background-color: #AFEFC9; }
a { background-color: rgb(175,239,201); }
div.DivClassName
{
background-color: #AFEFC9;
}
.BgClassName
{
background-color: #AFEFC9;
}
</style>
border-color css
<style>
span { border-color: #AFEFC9; }
span { border-color: rgb(175,239,201); }
td.TdClassName
{
border-color: #AFEFC9;
}
.TagClassName
{
border-color: #AFEFC9;
}
</style>