Shades of Magic Mint #AFFECD
Tints of Magic Mint #AFFECD
RGB
CMYK
RGB Variations
Color information
#AFFECD (or 0xAFFECD) is known color: Magic Mint. HEX triplet: AF, FE and CD. RGB value is (175,254,205). Sum of RGB (Red+Green+Blue) = 175+254+205=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFECD is #500132. Grayscale: #E0E0E0. Windows color (decimal): -5243187 or 13500079. OLE color: 13500079.
HSL color Cylindrical-coordinate representation of color #AFFECD: hue angle of 142.78º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFECD is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 254 | 205 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.00 |
| HSL | 142.78º | 0.98% | 0.84% | - |
| HSV(B) | 142.78º | 0.31% | 1% | - |
| XYZ | 64.14 | 84.41 | 70.67 | - |
| YUV | 224.79 | 116.83 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 254 | 205 | 0.31 | 0 | 0.19 | 0.00 | 142.78 | 0.98 | 0.84 |
| Hex | AF | FE | CD | 1F | 0 | 13 | 0 | 8F | 62 | 54 |
| Octal | 257 | 376 | 315 | 37 | 0 | 23 | 0 | 217 | 142 | 124 |
| Binary | 10101111 | 11111110 | 11001101 | 11111 | 0 | 10011 | 0 | 10001111 | 1100010 | 1010100 |
Color Harmonies of #AFFECD
Complementary color
Monochromatic Colors of #AFFECD
Black with #AFFECD
Text Example
Text Example
White with #AFFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFECD; }
p { color: rgb(175,254,205); }
H1.HeaderClassName
{
color: #AFFECD;
}
.AnyTagClassName
{
color: #AFFECD;
}
</style>
background-color css
<style>
a { background-color: #AFFECD; }
a { background-color: rgb(175,254,205); }
div.DivClassName
{
background-color: #AFFECD;
}
.BgClassName
{
background-color: #AFFECD;
}
</style>
border-color css
<style>
span { border-color: #AFFECD; }
span { border-color: rgb(175,254,205); }
td.TdClassName
{
border-color: #AFFECD;
}
.TagClassName
{
border-color: #AFFECD;
}
</style>