Shades of Magic Mint #AFEBD1
Tints of Magic Mint #AFEBD1
RGB
CMYK
RGB Variations
Color information
#AFEBD1 (or 0xAFEBD1) is known color: Magic Mint. HEX triplet: AF, EB and D1. RGB value is (175,235,209). Sum of RGB (Red+Green+Blue) = 175+235+209=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBD1 is #50142E. Grayscale: #D6D6D6. Windows color (decimal): -5248047 or 13757359. OLE color: 13757359.
HSL color Cylindrical-coordinate representation of color #AFEBD1: hue angle of 154º 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 #AFEBD1 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 209 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.08 |
| HSL | 154º | 0.6% | 0.8% | - |
| HSV(B) | 154º | 0.26% | 0.92% | - |
| XYZ | 58.9 | 73.13 | 71.33 | - |
| YUV | 214.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 209 | 0.26 | 0 | 0.11 | 0.08 | 154 | 0.6 | 0.8 |
| Hex | AF | EB | D1 | 1A | 0 | B | 8 | 9A | 3C | 50 |
| Octal | 257 | 353 | 321 | 32 | 0 | 13 | 10 | 232 | 74 | 120 |
| Binary | 10101111 | 11101011 | 11010001 | 11010 | 0 | 1011 | 1000 | 10011010 | 111100 | 1010000 |
Color Harmonies of #AFEBD1
Complementary color
Monochromatic Colors of #AFEBD1
Black with #AFEBD1
Text Example
Text Example
White with #AFEBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEBD1; }
p { color: rgb(175,235,209); }
H1.HeaderClassName
{
color: #AFEBD1;
}
.AnyTagClassName
{
color: #AFEBD1;
}
</style>
background-color css
<style>
a { background-color: #AFEBD1; }
a { background-color: rgb(175,235,209); }
div.DivClassName
{
background-color: #AFEBD1;
}
.BgClassName
{
background-color: #AFEBD1;
}
</style>
border-color css
<style>
span { border-color: #AFEBD1; }
span { border-color: rgb(175,235,209); }
td.TdClassName
{
border-color: #AFEBD1;
}
.TagClassName
{
border-color: #AFEBD1;
}
</style>