Shades of Magic Mint #AFF1D0
Tints of Magic Mint #AFF1D0
RGB
CMYK
RGB Variations
Color information
#AFF1D0 (or 0xAFF1D0) is known color: Magic Mint. HEX triplet: AF, F1 and D0. RGB value is (175,241,208). Sum of RGB (Red+Green+Blue) = 175+241+208=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1D0 is #500E2F. Grayscale: #D9D9D9. Windows color (decimal): -5246512 or 13693359. OLE color: 13693359.
HSL color Cylindrical-coordinate representation of color #AFF1D0: hue angle of 150º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1D0 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 208 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.05 |
| HSL | 150º | 0.7% | 0.82% | - |
| HSV(B) | 150º | 0.27% | 0.95% | - |
| XYZ | 60.52 | 76.58 | 71.27 | - |
| YUV | 217.5 | 122.63 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 208 | 0.27 | 0 | 0.14 | 0.05 | 150 | 0.7 | 0.82 |
| Hex | AF | F1 | D0 | 1B | 0 | E | 5 | 96 | 46 | 52 |
| Octal | 257 | 361 | 320 | 33 | 0 | 16 | 5 | 226 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11010000 | 11011 | 0 | 1110 | 101 | 10010110 | 1000110 | 1010010 |
Color Harmonies of #AFF1D0
Complementary color
Monochromatic Colors of #AFF1D0
Black with #AFF1D0
Text Example
Text Example
White with #AFF1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1D0; }
p { color: rgb(175,241,208); }
H1.HeaderClassName
{
color: #AFF1D0;
}
.AnyTagClassName
{
color: #AFF1D0;
}
</style>
background-color css
<style>
a { background-color: #AFF1D0; }
a { background-color: rgb(175,241,208); }
div.DivClassName
{
background-color: #AFF1D0;
}
.BgClassName
{
background-color: #AFF1D0;
}
</style>
border-color css
<style>
span { border-color: #AFF1D0; }
span { border-color: rgb(175,241,208); }
td.TdClassName
{
border-color: #AFF1D0;
}
.TagClassName
{
border-color: #AFF1D0;
}
</style>