Shades of Magic Mint #AFECCE
Tints of Magic Mint #AFECCE
RGB
CMYK
RGB Variations
Color information
#AFECCE (or 0xAFECCE) is known color: Magic Mint. HEX triplet: AF, EC and CE. RGB value is (175,236,206). Sum of RGB (Red+Green+Blue) = 175+236+206=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECCE is #501331. Grayscale: #D6D6D6. Windows color (decimal): -5247794 or 13561007. OLE color: 13561007.
HSL color Cylindrical-coordinate representation of color #AFECCE: hue angle of 150.49º 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 #AFECCE is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 206 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.07 |
| HSL | 150.49º | 0.62% | 0.81% | - |
| HSV(B) | 150.49º | 0.26% | 0.93% | - |
| XYZ | 58.82 | 73.56 | 69.49 | - |
| YUV | 214.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 206 | 0.26 | 0 | 0.13 | 0.07 | 150.49 | 0.62 | 0.81 |
| Hex | AF | EC | CE | 1A | 0 | D | 7 | 96 | 3E | 51 |
| Octal | 257 | 354 | 316 | 32 | 0 | 15 | 7 | 226 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11001110 | 11010 | 0 | 1101 | 111 | 10010110 | 111110 | 1010001 |
Color Harmonies of #AFECCE
Complementary color
Monochromatic Colors of #AFECCE
Black with #AFECCE
Text Example
Text Example
White with #AFECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECCE; }
p { color: rgb(175,236,206); }
H1.HeaderClassName
{
color: #AFECCE;
}
.AnyTagClassName
{
color: #AFECCE;
}
</style>
background-color css
<style>
a { background-color: #AFECCE; }
a { background-color: rgb(175,236,206); }
div.DivClassName
{
background-color: #AFECCE;
}
.BgClassName
{
background-color: #AFECCE;
}
</style>
border-color css
<style>
span { border-color: #AFECCE; }
span { border-color: rgb(175,236,206); }
td.TdClassName
{
border-color: #AFECCE;
}
.TagClassName
{
border-color: #AFECCE;
}
</style>