Shades of Magic Mint #AFFDD6
Tints of Magic Mint #AFFDD6
RGB
CMYK
RGB Variations
Color information
#AFFDD6 (or 0xAFFDD6) is known color: Magic Mint. HEX triplet: AF, FD and D6. RGB value is (175,253,214). Sum of RGB (Red+Green+Blue) = 175+253+214=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDD6 is #500229. Grayscale: #E1E1E1. Windows color (decimal): -5243434 or 14089647. OLE color: 14089647.
HSL color Cylindrical-coordinate representation of color #AFFDD6: hue angle of 150º 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 #AFFDD6 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 214 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.01 |
| HSL | 150º | 0.95% | 0.84% | - |
| HSV(B) | 150º | 0.31% | 0.99% | - |
| XYZ | 64.94 | 84.22 | 76.45 | - |
| YUV | 225.23 | 121.66 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 214 | 0.31 | 0 | 0.15 | 0.01 | 150 | 0.95 | 0.84 |
| Hex | AF | FD | D6 | 1F | 0 | F | 1 | 96 | 5F | 54 |
| Octal | 257 | 375 | 326 | 37 | 0 | 17 | 1 | 226 | 137 | 124 |
| Binary | 10101111 | 11111101 | 11010110 | 11111 | 0 | 1111 | 1 | 10010110 | 1011111 | 1010100 |
Color Harmonies of #AFFDD6
Complementary color
Monochromatic Colors of #AFFDD6
Black with #AFFDD6
Text Example
Text Example
White with #AFFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDD6; }
p { color: rgb(175,253,214); }
H1.HeaderClassName
{
color: #AFFDD6;
}
.AnyTagClassName
{
color: #AFFDD6;
}
</style>
background-color css
<style>
a { background-color: #AFFDD6; }
a { background-color: rgb(175,253,214); }
div.DivClassName
{
background-color: #AFFDD6;
}
.BgClassName
{
background-color: #AFFDD6;
}
</style>
border-color css
<style>
span { border-color: #AFFDD6; }
span { border-color: rgb(175,253,214); }
td.TdClassName
{
border-color: #AFFDD6;
}
.TagClassName
{
border-color: #AFFDD6;
}
</style>