Shades of Magic Mint #AFF5D6
Tints of Magic Mint #AFF5D6
RGB
CMYK
RGB Variations
Color information
#AFF5D6 (or 0xAFF5D6) is known color: Magic Mint. HEX triplet: AF, F5 and D6. RGB value is (175,245,214). Sum of RGB (Red+Green+Blue) = 175+245+214=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 245 (96.09% from 255 or 38.64% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5D6 is #500A29. Grayscale: #DCDCDC. Windows color (decimal): -5245482 or 14087599. OLE color: 14087599.
HSL color Cylindrical-coordinate representation of color #AFF5D6: hue angle of 153.43º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5D6 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 214 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.04 |
| HSL | 153.43º | 0.78% | 0.82% | - |
| HSV(B) | 153.43º | 0.29% | 0.96% | - |
| XYZ | 62.47 | 79.27 | 75.63 | - |
| YUV | 220.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 214 | 0.29 | 0 | 0.13 | 0.04 | 153.43 | 0.78 | 0.82 |
| Hex | AF | F5 | D6 | 1D | 0 | D | 4 | 99 | 4E | 52 |
| Octal | 257 | 365 | 326 | 35 | 0 | 15 | 4 | 231 | 116 | 122 |
| Binary | 10101111 | 11110101 | 11010110 | 11101 | 0 | 1101 | 100 | 10011001 | 1001110 | 1010010 |
Color Harmonies of #AFF5D6
Complementary color
Monochromatic Colors of #AFF5D6
Black with #AFF5D6
Text Example
Text Example
White with #AFF5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF5D6; }
p { color: rgb(175,245,214); }
H1.HeaderClassName
{
color: #AFF5D6;
}
.AnyTagClassName
{
color: #AFF5D6;
}
</style>
background-color css
<style>
a { background-color: #AFF5D6; }
a { background-color: rgb(175,245,214); }
div.DivClassName
{
background-color: #AFF5D6;
}
.BgClassName
{
background-color: #AFF5D6;
}
</style>
border-color css
<style>
span { border-color: #AFF5D6; }
span { border-color: rgb(175,245,214); }
td.TdClassName
{
border-color: #AFF5D6;
}
.TagClassName
{
border-color: #AFF5D6;
}
</style>