Shades of Magic Mint #AFF1D1
Tints of Magic Mint #AFF1D1
RGB
CMYK
RGB Variations
Color information
#AFF1D1 (or 0xAFF1D1) is known color: Magic Mint. HEX triplet: AF, F1 and D1. RGB value is (175,241,209). Sum of RGB (Red+Green+Blue) = 175+241+209=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1D1 is #500E2E. Grayscale: #D9D9D9. Windows color (decimal): -5246511 or 13758895. OLE color: 13758895.
HSL color Cylindrical-coordinate representation of color #AFF1D1: hue angle of 150.91º 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 #AFF1D1 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 209 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.05 |
| HSL | 150.91º | 0.7% | 0.82% | - |
| HSV(B) | 150.91º | 0.27% | 0.95% | - |
| XYZ | 60.64 | 76.63 | 71.92 | - |
| YUV | 217.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 209 | 0.27 | 0 | 0.13 | 0.05 | 150.91 | 0.7 | 0.82 |
| Hex | AF | F1 | D1 | 1B | 0 | D | 5 | 97 | 46 | 52 |
| Octal | 257 | 361 | 321 | 33 | 0 | 15 | 5 | 227 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11010001 | 11011 | 0 | 1101 | 101 | 10010111 | 1000110 | 1010010 |
Color Harmonies of #AFF1D1
Complementary color
Monochromatic Colors of #AFF1D1
Black with #AFF1D1
Text Example
Text Example
White with #AFF1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1D1; }
p { color: rgb(175,241,209); }
H1.HeaderClassName
{
color: #AFF1D1;
}
.AnyTagClassName
{
color: #AFF1D1;
}
</style>
background-color css
<style>
a { background-color: #AFF1D1; }
a { background-color: rgb(175,241,209); }
div.DivClassName
{
background-color: #AFF1D1;
}
.BgClassName
{
background-color: #AFF1D1;
}
</style>
border-color css
<style>
span { border-color: #AFF1D1; }
span { border-color: rgb(175,241,209); }
td.TdClassName
{
border-color: #AFF1D1;
}
.TagClassName
{
border-color: #AFF1D1;
}
</style>