Shades of Magic Mint #AFECD5
Tints of Magic Mint #AFECD5
RGB
CMYK
RGB Variations
Color information
#AFECD5 (or 0xAFECD5) is known color: Magic Mint. HEX triplet: AF, EC and D5. RGB value is (175,236,213). Sum of RGB (Red+Green+Blue) = 175+236+213=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECD5 is #50132A. Grayscale: #D7D7D7. Windows color (decimal): -5247787 or 14019759. OLE color: 14019759.
HSL color Cylindrical-coordinate representation of color #AFECD5: hue angle of 157.38º 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 #AFECD5 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 213 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.07 |
| HSL | 157.38º | 0.62% | 0.81% | - |
| HSV(B) | 157.38º | 0.26% | 0.93% | - |
| XYZ | 59.68 | 73.91 | 74.07 | - |
| YUV | 215.14 | 126.79 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 213 | 0.26 | 0 | 0.10 | 0.07 | 157.38 | 0.62 | 0.81 |
| Hex | AF | EC | D5 | 1A | 0 | A | 7 | 9D | 3E | 51 |
| Octal | 257 | 354 | 325 | 32 | 0 | 12 | 7 | 235 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11010101 | 11010 | 0 | 1010 | 111 | 10011101 | 111110 | 1010001 |
Color Harmonies of #AFECD5
Complementary color
Monochromatic Colors of #AFECD5
Black with #AFECD5
Text Example
Text Example
White with #AFECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECD5; }
p { color: rgb(175,236,213); }
H1.HeaderClassName
{
color: #AFECD5;
}
.AnyTagClassName
{
color: #AFECD5;
}
</style>
background-color css
<style>
a { background-color: #AFECD5; }
a { background-color: rgb(175,236,213); }
div.DivClassName
{
background-color: #AFECD5;
}
.BgClassName
{
background-color: #AFECD5;
}
</style>
border-color css
<style>
span { border-color: #AFECD5; }
span { border-color: rgb(175,236,213); }
td.TdClassName
{
border-color: #AFECD5;
}
.TagClassName
{
border-color: #AFECD5;
}
</style>