Shades of Magic Mint #AFEBC9
Tints of Magic Mint #AFEBC9
RGB
CMYK
RGB Variations
Color information
#AFEBC9 (or 0xAFEBC9) is known color: Magic Mint. HEX triplet: AF, EB and C9. RGB value is (175,235,201). Sum of RGB (Red+Green+Blue) = 175+235+201=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBC9 is #501436. Grayscale: #D5D5D5. Windows color (decimal): -5248055 or 13233071. OLE color: 13233071.
HSL color Cylindrical-coordinate representation of color #AFEBC9: hue angle of 146º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBC9 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 201 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.08 |
| HSL | 146º | 0.6% | 0.8% | - |
| HSV(B) | 146º | 0.26% | 0.92% | - |
| XYZ | 57.93 | 72.75 | 66.25 | - |
| YUV | 213.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 201 | 0.26 | 0 | 0.14 | 0.08 | 146 | 0.6 | 0.8 |
| Hex | AF | EB | C9 | 1A | 0 | E | 8 | 92 | 3C | 50 |
| Octal | 257 | 353 | 311 | 32 | 0 | 16 | 10 | 222 | 74 | 120 |
| Binary | 10101111 | 11101011 | 11001001 | 11010 | 0 | 1110 | 1000 | 10010010 | 111100 | 1010000 |
Color Harmonies of #AFEBC9
Complementary color
Monochromatic Colors of #AFEBC9
Black with #AFEBC9
Text Example
Text Example
White with #AFEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEBC9; }
p { color: rgb(175,235,201); }
H1.HeaderClassName
{
color: #AFEBC9;
}
.AnyTagClassName
{
color: #AFEBC9;
}
</style>
background-color css
<style>
a { background-color: #AFEBC9; }
a { background-color: rgb(175,235,201); }
div.DivClassName
{
background-color: #AFEBC9;
}
.BgClassName
{
background-color: #AFEBC9;
}
</style>
border-color css
<style>
span { border-color: #AFEBC9; }
span { border-color: rgb(175,235,201); }
td.TdClassName
{
border-color: #AFEBC9;
}
.TagClassName
{
border-color: #AFEBC9;
}
</style>