Shades of Magic Mint #AFFFCC
Tints of Magic Mint #AFFFCC
RGB
CMYK
RGB Variations
Color information
#AFFFCC (or 0xAFFFCC) is known color: Magic Mint. HEX triplet: AF, FF and CC. RGB value is (175,255,204). Sum of RGB (Red+Green+Blue) = 175+255+204=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFCC is #500033. Grayscale: #E1E1E1. Windows color (decimal): -5242932 or 13434799. OLE color: 13434799.
HSL color Cylindrical-coordinate representation of color #AFFFCC: hue angle of 141.75º 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 #AFFFCC is Cyan = 0.31, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 204 | - |
| CMYK | 0.31 | 0 | 0.2 | 0 |
| HSL | 141.75º | 1% | 0.84% | - |
| HSV(B) | 141.75º | 0.31% | 1% | - |
| XYZ | 64.34 | 84.99 | 70.14 | - |
| YUV | 225.27 | 116 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 204 | 0.31 | 0 | 0.2 | 0 | 141.75 | 1 | 0.84 |
| Hex | AF | FF | CC | 1F | 0 | 14 | 0 | 8E | 64 | 54 |
| Octal | 257 | 377 | 314 | 37 | 0 | 24 | 0 | 216 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11001100 | 11111 | 0 | 10100 | 0 | 10001110 | 1100100 | 1010100 |
Color Harmonies of #AFFFCC
Complementary color
Monochromatic Colors of #AFFFCC
Black with #AFFFCC
Text Example
Text Example
White with #AFFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFCC; }
p { color: rgb(175,255,204); }
H1.HeaderClassName
{
color: #AFFFCC;
}
.AnyTagClassName
{
color: #AFFFCC;
}
</style>
background-color css
<style>
a { background-color: #AFFFCC; }
a { background-color: rgb(175,255,204); }
div.DivClassName
{
background-color: #AFFFCC;
}
.BgClassName
{
background-color: #AFFFCC;
}
</style>
border-color css
<style>
span { border-color: #AFFFCC; }
span { border-color: rgb(175,255,204); }
td.TdClassName
{
border-color: #AFFFCC;
}
.TagClassName
{
border-color: #AFFFCC;
}
</style>