Shades of Magic Mint #AFFADC
Tints of Magic Mint #AFFADC
RGB
CMYK
RGB Variations
Color information
#AFFADC (or 0xAFFADC) is known color: Magic Mint. HEX triplet: AF, FA and DC. RGB value is (175,250,220). Sum of RGB (Red+Green+Blue) = 175+250+220=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFADC is #500523. Grayscale: #E0E0E0. Windows color (decimal): -5244196 or 14482095. OLE color: 14482095.
HSL color Cylindrical-coordinate representation of color #AFFADC: hue angle of 156º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFADC is Cyan = 0.3, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 220 | - |
| CMYK | 0.3 | 0 | 0.12 | 0.02 |
| HSL | 156º | 0.88% | 0.83% | - |
| HSV(B) | 156º | 0.3% | 0.98% | - |
| XYZ | 64.78 | 82.65 | 80.25 | - |
| YUV | 224.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 220 | 0.3 | 0 | 0.12 | 0.02 | 156 | 0.88 | 0.83 |
| Hex | AF | FA | DC | 1E | 0 | C | 2 | 9C | 58 | 53 |
| Octal | 257 | 372 | 334 | 36 | 0 | 14 | 2 | 234 | 130 | 123 |
| Binary | 10101111 | 11111010 | 11011100 | 11110 | 0 | 1100 | 10 | 10011100 | 1011000 | 1010011 |
Color Harmonies of #AFFADC
Complementary color
Monochromatic Colors of #AFFADC
Black with #AFFADC
Text Example
Text Example
White with #AFFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFADC; }
p { color: rgb(175,250,220); }
H1.HeaderClassName
{
color: #AFFADC;
}
.AnyTagClassName
{
color: #AFFADC;
}
</style>
background-color css
<style>
a { background-color: #AFFADC; }
a { background-color: rgb(175,250,220); }
div.DivClassName
{
background-color: #AFFADC;
}
.BgClassName
{
background-color: #AFFADC;
}
</style>
border-color css
<style>
span { border-color: #AFFADC; }
span { border-color: rgb(175,250,220); }
td.TdClassName
{
border-color: #AFFADC;
}
.TagClassName
{
border-color: #AFFADC;
}
</style>