Shades of Magic Mint #AFFECC
Tints of Magic Mint #AFFECC
RGB
CMYK
RGB Variations
Color information
#AFFECC (or 0xAFFECC) is known color: Magic Mint. HEX triplet: AF, FE and CC. RGB value is (175,254,204). Sum of RGB (Red+Green+Blue) = 175+254+204=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFECC is #500133. Grayscale: #E0E0E0. Windows color (decimal): -5243188 or 13434543. OLE color: 13434543.
HSL color Cylindrical-coordinate representation of color #AFFECC: hue angle of 142.03º 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 #AFFECC is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 254 | 204 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.00 |
| HSL | 142.03º | 0.98% | 0.84% | - |
| HSV(B) | 142.03º | 0.31% | 1% | - |
| XYZ | 64.02 | 84.36 | 70.04 | - |
| YUV | 224.68 | 116.33 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 254 | 204 | 0.31 | 0 | 0.20 | 0.00 | 142.03 | 0.98 | 0.84 |
| Hex | AF | FE | CC | 1F | 0 | 14 | 0 | 8E | 62 | 54 |
| Octal | 257 | 376 | 314 | 37 | 0 | 24 | 0 | 216 | 142 | 124 |
| Binary | 10101111 | 11111110 | 11001100 | 11111 | 0 | 10100 | 0 | 10001110 | 1100010 | 1010100 |
Color Harmonies of #AFFECC
Complementary color
Monochromatic Colors of #AFFECC
Black with #AFFECC
Text Example
Text Example
White with #AFFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFECC; }
p { color: rgb(175,254,204); }
H1.HeaderClassName
{
color: #AFFECC;
}
.AnyTagClassName
{
color: #AFFECC;
}
</style>
background-color css
<style>
a { background-color: #AFFECC; }
a { background-color: rgb(175,254,204); }
div.DivClassName
{
background-color: #AFFECC;
}
.BgClassName
{
background-color: #AFFECC;
}
</style>
border-color css
<style>
span { border-color: #AFFECC; }
span { border-color: rgb(175,254,204); }
td.TdClassName
{
border-color: #AFFECC;
}
.TagClassName
{
border-color: #AFFECC;
}
</style>