Shades of Magic Mint #AFEDCC
Tints of Magic Mint #AFEDCC
RGB
CMYK
RGB Variations
Color information
#AFEDCC (or 0xAFEDCC) is known color: Magic Mint. HEX triplet: AF, ED and CC. RGB value is (175,237,204). Sum of RGB (Red+Green+Blue) = 175+237+204=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDCC is #501233. Grayscale: #D6D6D6. Windows color (decimal): -5247540 or 13430191. OLE color: 13430191.
HSL color Cylindrical-coordinate representation of color #AFEDCC: hue angle of 148.06º degrees, saturation: 0.63, 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 #AFEDCC is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 204 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.07 |
| HSL | 148.06º | 0.63% | 0.81% | - |
| HSV(B) | 148.06º | 0.26% | 0.93% | - |
| XYZ | 58.86 | 74.04 | 68.32 | - |
| YUV | 214.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 204 | 0.26 | 0 | 0.14 | 0.07 | 148.06 | 0.63 | 0.81 |
| Hex | AF | ED | CC | 1A | 0 | E | 7 | 94 | 3F | 51 |
| Octal | 257 | 355 | 314 | 32 | 0 | 16 | 7 | 224 | 77 | 121 |
| Binary | 10101111 | 11101101 | 11001100 | 11010 | 0 | 1110 | 111 | 10010100 | 111111 | 1010001 |
Color Harmonies of #AFEDCC
Complementary color
Monochromatic Colors of #AFEDCC
Black with #AFEDCC
Text Example
Text Example
White with #AFEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDCC; }
p { color: rgb(175,237,204); }
H1.HeaderClassName
{
color: #AFEDCC;
}
.AnyTagClassName
{
color: #AFEDCC;
}
</style>
background-color css
<style>
a { background-color: #AFEDCC; }
a { background-color: rgb(175,237,204); }
div.DivClassName
{
background-color: #AFEDCC;
}
.BgClassName
{
background-color: #AFEDCC;
}
</style>
border-color css
<style>
span { border-color: #AFEDCC; }
span { border-color: rgb(175,237,204); }
td.TdClassName
{
border-color: #AFEDCC;
}
.TagClassName
{
border-color: #AFEDCC;
}
</style>