Shades of Magic Mint #AFFDD3
Tints of Magic Mint #AFFDD3
RGB
CMYK
RGB Variations
Color information
#AFFDD3 (or 0xAFFDD3) is known color: Magic Mint. HEX triplet: AF, FD and D3. RGB value is (175,253,211). Sum of RGB (Red+Green+Blue) = 175+253+211=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDD3 is #50022C. Grayscale: #E0E0E0. Windows color (decimal): -5243437 or 13893039. OLE color: 13893039.
HSL color Cylindrical-coordinate representation of color #AFFDD3: hue angle of 147.69º 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 #AFFDD3 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 211 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.01 |
| HSL | 147.69º | 0.95% | 0.84% | - |
| HSV(B) | 147.69º | 0.31% | 0.99% | - |
| XYZ | 64.56 | 84.07 | 74.45 | - |
| YUV | 224.89 | 120.16 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 211 | 0.31 | 0 | 0.17 | 0.01 | 147.69 | 0.95 | 0.84 |
| Hex | AF | FD | D3 | 1F | 0 | 11 | 1 | 94 | 5F | 54 |
| Octal | 257 | 375 | 323 | 37 | 0 | 21 | 1 | 224 | 137 | 124 |
| Binary | 10101111 | 11111101 | 11010011 | 11111 | 0 | 10001 | 1 | 10010100 | 1011111 | 1010100 |
Color Harmonies of #AFFDD3
Complementary color
Monochromatic Colors of #AFFDD3
Black with #AFFDD3
Text Example
Text Example
White with #AFFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDD3; }
p { color: rgb(175,253,211); }
H1.HeaderClassName
{
color: #AFFDD3;
}
.AnyTagClassName
{
color: #AFFDD3;
}
</style>
background-color css
<style>
a { background-color: #AFFDD3; }
a { background-color: rgb(175,253,211); }
div.DivClassName
{
background-color: #AFFDD3;
}
.BgClassName
{
background-color: #AFFDD3;
}
</style>
border-color css
<style>
span { border-color: #AFFDD3; }
span { border-color: rgb(175,253,211); }
td.TdClassName
{
border-color: #AFFDD3;
}
.TagClassName
{
border-color: #AFFDD3;
}
</style>