Shades of Magic Mint #AFFEDA
Tints of Magic Mint #AFFEDA
RGB
CMYK
RGB Variations
Color information
#AFFEDA (or 0xAFFEDA) is known color: Magic Mint. HEX triplet: AF, FE and DA. RGB value is (175,254,218). Sum of RGB (Red+Green+Blue) = 175+254+218=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEDA is #500125. Grayscale: #E2E2E2. Windows color (decimal): -5243174 or 14352047. OLE color: 14352047.
HSL color Cylindrical-coordinate representation of color #AFFEDA: hue angle of 152.66º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFEDA is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 254 | 218 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.00 |
| HSL | 152.66º | 0.98% | 0.84% | - |
| HSV(B) | 152.66º | 0.31% | 1% | - |
| XYZ | 65.78 | 85.06 | 79.28 | - |
| YUV | 226.28 | 123.33 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 254 | 218 | 0.31 | 0 | 0.14 | 0.00 | 152.66 | 0.98 | 0.84 |
| Hex | AF | FE | DA | 1F | 0 | E | 0 | 99 | 62 | 54 |
| Octal | 257 | 376 | 332 | 37 | 0 | 16 | 0 | 231 | 142 | 124 |
| Binary | 10101111 | 11111110 | 11011010 | 11111 | 0 | 1110 | 0 | 10011001 | 1100010 | 1010100 |
Color Harmonies of #AFFEDA
Complementary color
Monochromatic Colors of #AFFEDA
Black with #AFFEDA
Text Example
Text Example
White with #AFFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFEDA; }
p { color: rgb(175,254,218); }
H1.HeaderClassName
{
color: #AFFEDA;
}
.AnyTagClassName
{
color: #AFFEDA;
}
</style>
background-color css
<style>
a { background-color: #AFFEDA; }
a { background-color: rgb(175,254,218); }
div.DivClassName
{
background-color: #AFFEDA;
}
.BgClassName
{
background-color: #AFFEDA;
}
</style>
border-color css
<style>
span { border-color: #AFFEDA; }
span { border-color: rgb(175,254,218); }
td.TdClassName
{
border-color: #AFFEDA;
}
.TagClassName
{
border-color: #AFFEDA;
}
</style>