Shades of Magic Mint #AFECC8
Tints of Magic Mint #AFECC8
RGB
CMYK
RGB Variations
Color information
#AFECC8 (or 0xAFECC8) is known color: Magic Mint. HEX triplet: AF, EC and C8. RGB value is (175,236,200). Sum of RGB (Red+Green+Blue) = 175+236+200=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECC8 is #501337. Grayscale: #D5D5D5. Windows color (decimal): -5247800 or 13167791. OLE color: 13167791.
HSL color Cylindrical-coordinate representation of color #AFECC8: hue angle of 144.59º 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 #AFECC8 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 200 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.07 |
| HSL | 144.59º | 0.62% | 0.81% | - |
| HSV(B) | 144.59º | 0.26% | 0.93% | - |
| XYZ | 58.1 | 73.28 | 65.72 | - |
| YUV | 213.66 | 120.29 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 200 | 0.26 | 0 | 0.15 | 0.07 | 144.59 | 0.62 | 0.81 |
| Hex | AF | EC | C8 | 1A | 0 | F | 7 | 91 | 3E | 51 |
| Octal | 257 | 354 | 310 | 32 | 0 | 17 | 7 | 221 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11001000 | 11010 | 0 | 1111 | 111 | 10010001 | 111110 | 1010001 |
Color Harmonies of #AFECC8
Complementary color
Monochromatic Colors of #AFECC8
Black with #AFECC8
Text Example
Text Example
White with #AFECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECC8; }
p { color: rgb(175,236,200); }
H1.HeaderClassName
{
color: #AFECC8;
}
.AnyTagClassName
{
color: #AFECC8;
}
</style>
background-color css
<style>
a { background-color: #AFECC8; }
a { background-color: rgb(175,236,200); }
div.DivClassName
{
background-color: #AFECC8;
}
.BgClassName
{
background-color: #AFECC8;
}
</style>
border-color css
<style>
span { border-color: #AFECC8; }
span { border-color: rgb(175,236,200); }
td.TdClassName
{
border-color: #AFECC8;
}
.TagClassName
{
border-color: #AFECC8;
}
</style>