Shades of Magic Mint #AFFDD1
Tints of Magic Mint #AFFDD1
RGB
CMYK
RGB Variations
Color information
#AFFDD1 (or 0xAFFDD1) is known color: Magic Mint. HEX triplet: AF, FD and D1. RGB value is (175,253,209). Sum of RGB (Red+Green+Blue) = 175+253+209=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDD1 is #50022E. Grayscale: #E0E0E0. Windows color (decimal): -5243439 or 13761967. OLE color: 13761967.
HSL color Cylindrical-coordinate representation of color #AFFDD1: hue angle of 146.15º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDD1 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 209 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.01 |
| HSL | 146.15º | 0.95% | 0.84% | - |
| HSV(B) | 146.15º | 0.31% | 0.99% | - |
| XYZ | 64.31 | 83.97 | 73.14 | - |
| YUV | 224.66 | 119.16 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 209 | 0.31 | 0 | 0.17 | 0.01 | 146.15 | 0.95 | 0.84 |
| Hex | AF | FD | D1 | 1F | 0 | 11 | 1 | 92 | 5F | 54 |
| Octal | 257 | 375 | 321 | 37 | 0 | 21 | 1 | 222 | 137 | 124 |
| Binary | 10101111 | 11111101 | 11010001 | 11111 | 0 | 10001 | 1 | 10010010 | 1011111 | 1010100 |
Color Harmonies of #AFFDD1
Complementary color
Monochromatic Colors of #AFFDD1
Black with #AFFDD1
Text Example
Text Example
White with #AFFDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDD1; }
p { color: rgb(175,253,209); }
H1.HeaderClassName
{
color: #AFFDD1;
}
.AnyTagClassName
{
color: #AFFDD1;
}
</style>
background-color css
<style>
a { background-color: #AFFDD1; }
a { background-color: rgb(175,253,209); }
div.DivClassName
{
background-color: #AFFDD1;
}
.BgClassName
{
background-color: #AFFDD1;
}
</style>
border-color css
<style>
span { border-color: #AFFDD1; }
span { border-color: rgb(175,253,209); }
td.TdClassName
{
border-color: #AFFDD1;
}
.TagClassName
{
border-color: #AFFDD1;
}
</style>