Shades of Magic Mint #AFECC9
Tints of Magic Mint #AFECC9
RGB
CMYK
RGB Variations
Color information
#AFECC9 (or 0xAFECC9) is known color: Magic Mint. HEX triplet: AF, EC and C9. RGB value is (175,236,201). Sum of RGB (Red+Green+Blue) = 175+236+201=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECC9 is #501336. Grayscale: #D5D5D5. Windows color (decimal): -5247799 or 13233327. OLE color: 13233327.
HSL color Cylindrical-coordinate representation of color #AFECC9: hue angle of 145.57º 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 #AFECC9 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 201 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.07 |
| HSL | 145.57º | 0.62% | 0.81% | - |
| HSV(B) | 145.57º | 0.26% | 0.93% | - |
| XYZ | 58.22 | 73.32 | 66.34 | - |
| YUV | 213.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 201 | 0.26 | 0 | 0.15 | 0.07 | 145.57 | 0.62 | 0.81 |
| Hex | AF | EC | C9 | 1A | 0 | F | 7 | 92 | 3E | 51 |
| Octal | 257 | 354 | 311 | 32 | 0 | 17 | 7 | 222 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11001001 | 11010 | 0 | 1111 | 111 | 10010010 | 111110 | 1010001 |
Color Harmonies of #AFECC9
Complementary color
Monochromatic Colors of #AFECC9
Black with #AFECC9
Text Example
Text Example
White with #AFECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECC9; }
p { color: rgb(175,236,201); }
H1.HeaderClassName
{
color: #AFECC9;
}
.AnyTagClassName
{
color: #AFECC9;
}
</style>
background-color css
<style>
a { background-color: #AFECC9; }
a { background-color: rgb(175,236,201); }
div.DivClassName
{
background-color: #AFECC9;
}
.BgClassName
{
background-color: #AFECC9;
}
</style>
border-color css
<style>
span { border-color: #AFECC9; }
span { border-color: rgb(175,236,201); }
td.TdClassName
{
border-color: #AFECC9;
}
.TagClassName
{
border-color: #AFECC9;
}
</style>