Shades of Magic Mint #AFECD6
Tints of Magic Mint #AFECD6
RGB
CMYK
RGB Variations
Color information
#AFECD6 (or 0xAFECD6) is known color: Magic Mint. HEX triplet: AF, EC and D6. RGB value is (175,236,214). Sum of RGB (Red+Green+Blue) = 175+236+214=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECD6 is #501329. Grayscale: #D7D7D7. Windows color (decimal): -5247786 or 14085295. OLE color: 14085295.
HSL color Cylindrical-coordinate representation of color #AFECD6: hue angle of 158.36º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECD6 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 214 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.07 |
| HSL | 158.36º | 0.62% | 0.81% | - |
| HSV(B) | 158.36º | 0.26% | 0.93% | - |
| XYZ | 59.81 | 73.96 | 74.74 | - |
| YUV | 215.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 214 | 0.26 | 0 | 0.09 | 0.07 | 158.36 | 0.62 | 0.81 |
| Hex | AF | EC | D6 | 1A | 0 | 9 | 7 | 9E | 3E | 51 |
| Octal | 257 | 354 | 326 | 32 | 0 | 11 | 7 | 236 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11010110 | 11010 | 0 | 1001 | 111 | 10011110 | 111110 | 1010001 |
Color Harmonies of #AFECD6
Complementary color
Monochromatic Colors of #AFECD6
Black with #AFECD6
Text Example
Text Example
White with #AFECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECD6; }
p { color: rgb(175,236,214); }
H1.HeaderClassName
{
color: #AFECD6;
}
.AnyTagClassName
{
color: #AFECD6;
}
</style>
background-color css
<style>
a { background-color: #AFECD6; }
a { background-color: rgb(175,236,214); }
div.DivClassName
{
background-color: #AFECD6;
}
.BgClassName
{
background-color: #AFECD6;
}
</style>
border-color css
<style>
span { border-color: #AFECD6; }
span { border-color: rgb(175,236,214); }
td.TdClassName
{
border-color: #AFECD6;
}
.TagClassName
{
border-color: #AFECD6;
}
</style>