Shades of Magic Mint #AFFFCD
Tints of Magic Mint #AFFFCD
RGB
CMYK
RGB Variations
Color information
#AFFFCD (or 0xAFFFCD) is known color: Magic Mint. HEX triplet: AF, FF and CD. RGB value is (175,255,205). Sum of RGB (Red+Green+Blue) = 175+255+205=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFCD is #500032. Grayscale: #E1E1E1. Windows color (decimal): -5242931 or 13500335. OLE color: 13500335.
HSL color Cylindrical-coordinate representation of color #AFFFCD: hue angle of 142.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFCD is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 205 | - |
| CMYK | 0.31 | 0 | 0.20 | 0 |
| HSL | 142.5º | 1% | 0.84% | - |
| HSV(B) | 142.5º | 0.31% | 1% | - |
| XYZ | 64.46 | 85.04 | 70.77 | - |
| YUV | 225.38 | 116.5 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 205 | 0.31 | 0 | 0.20 | 0 | 142.5 | 1 | 0.84 |
| Hex | AF | FF | CD | 1F | 0 | 14 | 0 | 8E | 64 | 54 |
| Octal | 257 | 377 | 315 | 37 | 0 | 24 | 0 | 216 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11001101 | 11111 | 0 | 10100 | 0 | 10001110 | 1100100 | 1010100 |
Color Harmonies of #AFFFCD
Complementary color
Monochromatic Colors of #AFFFCD
Black with #AFFFCD
Text Example
Text Example
White with #AFFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFCD; }
p { color: rgb(175,255,205); }
H1.HeaderClassName
{
color: #AFFFCD;
}
.AnyTagClassName
{
color: #AFFFCD;
}
</style>
background-color css
<style>
a { background-color: #AFFFCD; }
a { background-color: rgb(175,255,205); }
div.DivClassName
{
background-color: #AFFFCD;
}
.BgClassName
{
background-color: #AFFFCD;
}
</style>
border-color css
<style>
span { border-color: #AFFFCD; }
span { border-color: rgb(175,255,205); }
td.TdClassName
{
border-color: #AFFFCD;
}
.TagClassName
{
border-color: #AFFFCD;
}
</style>