Shades of Magic Mint #AFFACD
Tints of Magic Mint #AFFACD
RGB
CMYK
RGB Variations
Color information
#AFFACD (or 0xAFFACD) is known color: Magic Mint. HEX triplet: AF, FA and CD. RGB value is (175,250,205). Sum of RGB (Red+Green+Blue) = 175+250+205=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFACD is #500532. Grayscale: #DEDEDE. Windows color (decimal): -5244211 or 13499055. OLE color: 13499055.
HSL color Cylindrical-coordinate representation of color #AFFACD: hue angle of 144º 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 #AFFACD is Cyan = 0.3, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 205 | - |
| CMYK | 0.3 | 0 | 0.18 | 0.02 |
| HSL | 144º | 0.88% | 0.83% | - |
| HSV(B) | 144º | 0.3% | 0.98% | - |
| XYZ | 62.88 | 81.89 | 70.25 | - |
| YUV | 222.45 | 118.15 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 205 | 0.3 | 0 | 0.18 | 0.02 | 144 | 0.88 | 0.83 |
| Hex | AF | FA | CD | 1E | 0 | 12 | 2 | 90 | 58 | 53 |
| Octal | 257 | 372 | 315 | 36 | 0 | 22 | 2 | 220 | 130 | 123 |
| Binary | 10101111 | 11111010 | 11001101 | 11110 | 0 | 10010 | 10 | 10010000 | 1011000 | 1010011 |
Color Harmonies of #AFFACD
Complementary color
Monochromatic Colors of #AFFACD
Black with #AFFACD
Text Example
Text Example
White with #AFFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFACD; }
p { color: rgb(175,250,205); }
H1.HeaderClassName
{
color: #AFFACD;
}
.AnyTagClassName
{
color: #AFFACD;
}
</style>
background-color css
<style>
a { background-color: #AFFACD; }
a { background-color: rgb(175,250,205); }
div.DivClassName
{
background-color: #AFFACD;
}
.BgClassName
{
background-color: #AFFACD;
}
</style>
border-color css
<style>
span { border-color: #AFFACD; }
span { border-color: rgb(175,250,205); }
td.TdClassName
{
border-color: #AFFACD;
}
.TagClassName
{
border-color: #AFFACD;
}
</style>