Shades of Magic Mint #AFF6D6
Tints of Magic Mint #AFF6D6
RGB
CMYK
RGB Variations
Color information
#AFF6D6 (or 0xAFF6D6) is known color: Magic Mint. HEX triplet: AF, F6 and D6. RGB value is (175,246,214). Sum of RGB (Red+Green+Blue) = 175+246+214=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF6D6 is #500929. Grayscale: #DDDDDD. Windows color (decimal): -5245226 or 14087855. OLE color: 14087855.
HSL color Cylindrical-coordinate representation of color #AFF6D6: hue angle of 152.96º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF6D6 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 214 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.04 |
| HSL | 152.96º | 0.8% | 0.83% | - |
| HSV(B) | 152.96º | 0.29% | 0.96% | - |
| XYZ | 62.77 | 79.88 | 75.73 | - |
| YUV | 221.12 | 123.98 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 214 | 0.29 | 0 | 0.13 | 0.04 | 152.96 | 0.8 | 0.83 |
| Hex | AF | F6 | D6 | 1D | 0 | D | 4 | 99 | 50 | 53 |
| Octal | 257 | 366 | 326 | 35 | 0 | 15 | 4 | 231 | 120 | 123 |
| Binary | 10101111 | 11110110 | 11010110 | 11101 | 0 | 1101 | 100 | 10011001 | 1010000 | 1010011 |
Color Harmonies of #AFF6D6
Complementary color
Monochromatic Colors of #AFF6D6
Black with #AFF6D6
Text Example
Text Example
White with #AFF6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF6D6; }
p { color: rgb(175,246,214); }
H1.HeaderClassName
{
color: #AFF6D6;
}
.AnyTagClassName
{
color: #AFF6D6;
}
</style>
background-color css
<style>
a { background-color: #AFF6D6; }
a { background-color: rgb(175,246,214); }
div.DivClassName
{
background-color: #AFF6D6;
}
.BgClassName
{
background-color: #AFF6D6;
}
</style>
border-color css
<style>
span { border-color: #AFF6D6; }
span { border-color: rgb(175,246,214); }
td.TdClassName
{
border-color: #AFF6D6;
}
.TagClassName
{
border-color: #AFF6D6;
}
</style>