Shades of Magic Mint #AFFADA
Tints of Magic Mint #AFFADA
RGB
CMYK
RGB Variations
Color information
#AFFADA (or 0xAFFADA) is known color: Magic Mint. HEX triplet: AF, FA and DA. RGB value is (175,250,218). Sum of RGB (Red+Green+Blue) = 175+250+218=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFADA is #500525. Grayscale: #DFDFDF. Windows color (decimal): -5244198 or 14351023. OLE color: 14351023.
HSL color Cylindrical-coordinate representation of color #AFFADA: hue angle of 154.4º 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 #AFFADA is Cyan = 0.3, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 218 | - |
| CMYK | 0.3 | 0 | 0.13 | 0.02 |
| HSL | 154.4º | 0.88% | 0.83% | - |
| HSV(B) | 154.4º | 0.3% | 0.98% | - |
| XYZ | 64.52 | 82.55 | 78.86 | - |
| YUV | 223.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 218 | 0.3 | 0 | 0.13 | 0.02 | 154.4 | 0.88 | 0.83 |
| Hex | AF | FA | DA | 1E | 0 | D | 2 | 9A | 58 | 53 |
| Octal | 257 | 372 | 332 | 36 | 0 | 15 | 2 | 232 | 130 | 123 |
| Binary | 10101111 | 11111010 | 11011010 | 11110 | 0 | 1101 | 10 | 10011010 | 1011000 | 1010011 |
Color Harmonies of #AFFADA
Complementary color
Monochromatic Colors of #AFFADA
Black with #AFFADA
Text Example
Text Example
White with #AFFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFADA; }
p { color: rgb(175,250,218); }
H1.HeaderClassName
{
color: #AFFADA;
}
.AnyTagClassName
{
color: #AFFADA;
}
</style>
background-color css
<style>
a { background-color: #AFFADA; }
a { background-color: rgb(175,250,218); }
div.DivClassName
{
background-color: #AFFADA;
}
.BgClassName
{
background-color: #AFFADA;
}
</style>
border-color css
<style>
span { border-color: #AFFADA; }
span { border-color: rgb(175,250,218); }
td.TdClassName
{
border-color: #AFFADA;
}
.TagClassName
{
border-color: #AFFADA;
}
</style>