Shades of Magic Mint #AFEBD0
Tints of Magic Mint #AFEBD0
RGB
CMYK
RGB Variations
Color information
#AFEBD0 (or 0xAFEBD0) is known color: Magic Mint. HEX triplet: AF, EB and D0. RGB value is (175,235,208). Sum of RGB (Red+Green+Blue) = 175+235+208=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBD0 is #50142F. Grayscale: #D6D6D6. Windows color (decimal): -5248048 or 13691823. OLE color: 13691823.
HSL color Cylindrical-coordinate representation of color #AFEBD0: hue angle of 153º 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 #AFEBD0 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 208 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.08 |
| HSL | 153º | 0.6% | 0.8% | - |
| HSV(B) | 153º | 0.26% | 0.92% | - |
| XYZ | 58.77 | 73.08 | 70.68 | - |
| YUV | 213.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 208 | 0.26 | 0 | 0.11 | 0.08 | 153 | 0.6 | 0.8 |
| Hex | AF | EB | D0 | 1A | 0 | B | 8 | 99 | 3C | 50 |
| Octal | 257 | 353 | 320 | 32 | 0 | 13 | 10 | 231 | 74 | 120 |
| Binary | 10101111 | 11101011 | 11010000 | 11010 | 0 | 1011 | 1000 | 10011001 | 111100 | 1010000 |
Color Harmonies of #AFEBD0
Complementary color
Monochromatic Colors of #AFEBD0
Black with #AFEBD0
Text Example
Text Example
White with #AFEBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEBD0; }
p { color: rgb(175,235,208); }
H1.HeaderClassName
{
color: #AFEBD0;
}
.AnyTagClassName
{
color: #AFEBD0;
}
</style>
background-color css
<style>
a { background-color: #AFEBD0; }
a { background-color: rgb(175,235,208); }
div.DivClassName
{
background-color: #AFEBD0;
}
.BgClassName
{
background-color: #AFEBD0;
}
</style>
border-color css
<style>
span { border-color: #AFEBD0; }
span { border-color: rgb(175,235,208); }
td.TdClassName
{
border-color: #AFEBD0;
}
.TagClassName
{
border-color: #AFEBD0;
}
</style>