Shades of Magic Mint #AFFFD0
Tints of Magic Mint #AFFFD0
RGB
CMYK
RGB Variations
Color information
#AFFFD0 (or 0xAFFFD0) is known color: Magic Mint. HEX triplet: AF, FF and D0. RGB value is (175,255,208). Sum of RGB (Red+Green+Blue) = 175+255+208=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFD0 is #50002F. Grayscale: #E1E1E1. Windows color (decimal): -5242928 or 13696943. OLE color: 13696943.
HSL color Cylindrical-coordinate representation of color #AFFFD0: hue angle of 144.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFD0 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 208 | - |
| CMYK | 0.31 | 0 | 0.18 | 0 |
| HSL | 144.75º | 1% | 0.84% | - |
| HSV(B) | 144.75º | 0.31% | 1% | - |
| XYZ | 64.82 | 85.19 | 72.7 | - |
| YUV | 225.72 | 118 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 208 | 0.31 | 0 | 0.18 | 0 | 144.75 | 1 | 0.84 |
| Hex | AF | FF | D0 | 1F | 0 | 12 | 0 | 91 | 64 | 54 |
| Octal | 257 | 377 | 320 | 37 | 0 | 22 | 0 | 221 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11010000 | 11111 | 0 | 10010 | 0 | 10010001 | 1100100 | 1010100 |
Color Harmonies of #AFFFD0
Complementary color
Monochromatic Colors of #AFFFD0
Black with #AFFFD0
Text Example
Text Example
White with #AFFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFD0; }
p { color: rgb(175,255,208); }
H1.HeaderClassName
{
color: #AFFFD0;
}
.AnyTagClassName
{
color: #AFFFD0;
}
</style>
background-color css
<style>
a { background-color: #AFFFD0; }
a { background-color: rgb(175,255,208); }
div.DivClassName
{
background-color: #AFFFD0;
}
.BgClassName
{
background-color: #AFFFD0;
}
</style>
border-color css
<style>
span { border-color: #AFFFD0; }
span { border-color: rgb(175,255,208); }
td.TdClassName
{
border-color: #AFFFD0;
}
.TagClassName
{
border-color: #AFFFD0;
}
</style>