Shades of Magic Mint #AFF8D8
Tints of Magic Mint #AFF8D8
RGB
CMYK
RGB Variations
Color information
#AFF8D8 (or 0xAFF8D8) is known color: Magic Mint. HEX triplet: AF, F8 and D8. RGB value is (175,248,216). Sum of RGB (Red+Green+Blue) = 175+248+216=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8D8 is #500727. Grayscale: #DEDEDE. Windows color (decimal): -5244712 or 14219439. OLE color: 14219439.
HSL color Cylindrical-coordinate representation of color #AFF8D8: hue angle of 153.7º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8D8 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 216 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.03 |
| HSL | 153.7º | 0.84% | 0.83% | - |
| HSV(B) | 153.7º | 0.29% | 0.97% | - |
| XYZ | 63.64 | 81.21 | 77.29 | - |
| YUV | 222.53 | 124.32 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 216 | 0.29 | 0 | 0.13 | 0.03 | 153.7 | 0.84 | 0.83 |
| Hex | AF | F8 | D8 | 1D | 0 | D | 3 | 9A | 54 | 53 |
| Octal | 257 | 370 | 330 | 35 | 0 | 15 | 3 | 232 | 124 | 123 |
| Binary | 10101111 | 11111000 | 11011000 | 11101 | 0 | 1101 | 11 | 10011010 | 1010100 | 1010011 |
Color Harmonies of #AFF8D8
Complementary color
Monochromatic Colors of #AFF8D8
Black with #AFF8D8
Text Example
Text Example
White with #AFF8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF8D8; }
p { color: rgb(175,248,216); }
H1.HeaderClassName
{
color: #AFF8D8;
}
.AnyTagClassName
{
color: #AFF8D8;
}
</style>
background-color css
<style>
a { background-color: #AFF8D8; }
a { background-color: rgb(175,248,216); }
div.DivClassName
{
background-color: #AFF8D8;
}
.BgClassName
{
background-color: #AFF8D8;
}
</style>
border-color css
<style>
span { border-color: #AFF8D8; }
span { border-color: rgb(175,248,216); }
td.TdClassName
{
border-color: #AFF8D8;
}
.TagClassName
{
border-color: #AFF8D8;
}
</style>