Shades of Magic Mint #AFEECC
Tints of Magic Mint #AFEECC
RGB
CMYK
RGB Variations
Color information
#AFEECC (or 0xAFEECC) is known color: Magic Mint. HEX triplet: AF, EE and CC. RGB value is (175,238,204). Sum of RGB (Red+Green+Blue) = 175+238+204=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEECC is #501133. Grayscale: #D7D7D7. Windows color (decimal): -5247284 or 13430447. OLE color: 13430447.
HSL color Cylindrical-coordinate representation of color #AFEECC: hue angle of 147.62º degrees, saturation: 0.65, 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 #AFEECC is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 204 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.07 |
| HSL | 147.62º | 0.65% | 0.81% | - |
| HSV(B) | 147.62º | 0.26% | 0.93% | - |
| XYZ | 59.15 | 74.62 | 68.41 | - |
| YUV | 215.29 | 121.63 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 204 | 0.26 | 0 | 0.14 | 0.07 | 147.62 | 0.65 | 0.81 |
| Hex | AF | EE | CC | 1A | 0 | E | 7 | 94 | 41 | 51 |
| Octal | 257 | 356 | 314 | 32 | 0 | 16 | 7 | 224 | 101 | 121 |
| Binary | 10101111 | 11101110 | 11001100 | 11010 | 0 | 1110 | 111 | 10010100 | 1000001 | 1010001 |
Color Harmonies of #AFEECC
Complementary color
Monochromatic Colors of #AFEECC
Black with #AFEECC
Text Example
Text Example
White with #AFEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEECC; }
p { color: rgb(175,238,204); }
H1.HeaderClassName
{
color: #AFEECC;
}
.AnyTagClassName
{
color: #AFEECC;
}
</style>
background-color css
<style>
a { background-color: #AFEECC; }
a { background-color: rgb(175,238,204); }
div.DivClassName
{
background-color: #AFEECC;
}
.BgClassName
{
background-color: #AFEECC;
}
</style>
border-color css
<style>
span { border-color: #AFEECC; }
span { border-color: rgb(175,238,204); }
td.TdClassName
{
border-color: #AFEECC;
}
.TagClassName
{
border-color: #AFEECC;
}
</style>