Shades of Magic Mint #AFECC7
Tints of Magic Mint #AFECC7
RGB
CMYK
RGB Variations
Color information
#AFECC7 (or 0xAFECC7) is known color: Magic Mint. HEX triplet: AF, EC and C7. RGB value is (175,236,199). Sum of RGB (Red+Green+Blue) = 175+236+199=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECC7 is #501338. Grayscale: #D5D5D5. Windows color (decimal): -5247801 or 13102255. OLE color: 13102255.
HSL color Cylindrical-coordinate representation of color #AFECC7: hue angle of 143.61º degrees, saturation: 0.62, 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 #AFECC7 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 199 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.07 |
| HSL | 143.61º | 0.62% | 0.81% | - |
| HSV(B) | 143.61º | 0.26% | 0.93% | - |
| XYZ | 57.98 | 73.23 | 65.11 | - |
| YUV | 213.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 199 | 0.26 | 0 | 0.16 | 0.07 | 143.61 | 0.62 | 0.81 |
| Hex | AF | EC | C7 | 1A | 0 | 10 | 7 | 90 | 3E | 51 |
| Octal | 257 | 354 | 307 | 32 | 0 | 20 | 7 | 220 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11000111 | 11010 | 0 | 10000 | 111 | 10010000 | 111110 | 1010001 |
Color Harmonies of #AFECC7
Complementary color
Monochromatic Colors of #AFECC7
Black with #AFECC7
Text Example
Text Example
White with #AFECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECC7; }
p { color: rgb(175,236,199); }
H1.HeaderClassName
{
color: #AFECC7;
}
.AnyTagClassName
{
color: #AFECC7;
}
</style>
background-color css
<style>
a { background-color: #AFECC7; }
a { background-color: rgb(175,236,199); }
div.DivClassName
{
background-color: #AFECC7;
}
.BgClassName
{
background-color: #AFECC7;
}
</style>
border-color css
<style>
span { border-color: #AFECC7; }
span { border-color: rgb(175,236,199); }
td.TdClassName
{
border-color: #AFECC7;
}
.TagClassName
{
border-color: #AFECC7;
}
</style>