Shades of Magic Mint #AFFADD
Tints of Magic Mint #AFFADD
RGB
CMYK
RGB Variations
Color information
#AFFADD (or 0xAFFADD) is known color: Magic Mint. HEX triplet: AF, FA and DD. RGB value is (175,250,221). Sum of RGB (Red+Green+Blue) = 175+250+221=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFADD is #500522. Grayscale: #E0E0E0. Windows color (decimal): -5244195 or 14547631. OLE color: 14547631.
HSL color Cylindrical-coordinate representation of color #AFFADD: hue angle of 156.8º 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 #AFFADD is Cyan = 0.3, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 221 | - |
| CMYK | 0.3 | 0 | 0.12 | 0.02 |
| HSL | 156.8º | 0.88% | 0.83% | - |
| HSV(B) | 156.8º | 0.3% | 0.98% | - |
| XYZ | 64.92 | 82.71 | 80.95 | - |
| YUV | 224.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 221 | 0.3 | 0 | 0.12 | 0.02 | 156.8 | 0.88 | 0.83 |
| Hex | AF | FA | DD | 1E | 0 | C | 2 | 9D | 58 | 53 |
| Octal | 257 | 372 | 335 | 36 | 0 | 14 | 2 | 235 | 130 | 123 |
| Binary | 10101111 | 11111010 | 11011101 | 11110 | 0 | 1100 | 10 | 10011101 | 1011000 | 1010011 |
Color Harmonies of #AFFADD
Complementary color
Monochromatic Colors of #AFFADD
Black with #AFFADD
Text Example
Text Example
White with #AFFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFADD; }
p { color: rgb(175,250,221); }
H1.HeaderClassName
{
color: #AFFADD;
}
.AnyTagClassName
{
color: #AFFADD;
}
</style>
background-color css
<style>
a { background-color: #AFFADD; }
a { background-color: rgb(175,250,221); }
div.DivClassName
{
background-color: #AFFADD;
}
.BgClassName
{
background-color: #AFFADD;
}
</style>
border-color css
<style>
span { border-color: #AFFADD; }
span { border-color: rgb(175,250,221); }
td.TdClassName
{
border-color: #AFFADD;
}
.TagClassName
{
border-color: #AFFADD;
}
</style>