Shades of Magic Mint #AFECCD
Tints of Magic Mint #AFECCD
RGB
CMYK
RGB Variations
Color information
#AFECCD (or 0xAFECCD) is known color: Magic Mint. HEX triplet: AF, EC and CD. RGB value is (175,236,205). Sum of RGB (Red+Green+Blue) = 175+236+205=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECCD is #501332. Grayscale: #D6D6D6. Windows color (decimal): -5247795 or 13495471. OLE color: 13495471.
HSL color Cylindrical-coordinate representation of color #AFECCD: hue angle of 149.51º 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 #AFECCD is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 205 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.07 |
| HSL | 149.51º | 0.62% | 0.81% | - |
| HSV(B) | 149.51º | 0.26% | 0.93% | - |
| XYZ | 58.69 | 73.51 | 68.85 | - |
| YUV | 214.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 205 | 0.26 | 0 | 0.13 | 0.07 | 149.51 | 0.62 | 0.81 |
| Hex | AF | EC | CD | 1A | 0 | D | 7 | 96 | 3E | 51 |
| Octal | 257 | 354 | 315 | 32 | 0 | 15 | 7 | 226 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11001101 | 11010 | 0 | 1101 | 111 | 10010110 | 111110 | 1010001 |
Color Harmonies of #AFECCD
Complementary color
Monochromatic Colors of #AFECCD
Black with #AFECCD
Text Example
Text Example
White with #AFECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECCD; }
p { color: rgb(175,236,205); }
H1.HeaderClassName
{
color: #AFECCD;
}
.AnyTagClassName
{
color: #AFECCD;
}
</style>
background-color css
<style>
a { background-color: #AFECCD; }
a { background-color: rgb(175,236,205); }
div.DivClassName
{
background-color: #AFECCD;
}
.BgClassName
{
background-color: #AFECCD;
}
</style>
border-color css
<style>
span { border-color: #AFECCD; }
span { border-color: rgb(175,236,205); }
td.TdClassName
{
border-color: #AFECCD;
}
.TagClassName
{
border-color: #AFECCD;
}
</style>