Shades of Magic Mint #AFECCC
Tints of Magic Mint #AFECCC
RGB
CMYK
RGB Variations
Color information
#AFECCC (or 0xAFECCC) is known color: Magic Mint. HEX triplet: AF, EC and CC. RGB value is (175,236,204). Sum of RGB (Red+Green+Blue) = 175+236+204=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECCC is #501333. Grayscale: #D6D6D6. Windows color (decimal): -5247796 or 13429935. OLE color: 13429935.
HSL color Cylindrical-coordinate representation of color #AFECCC: hue angle of 148.52º 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 #AFECCC is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 204 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.07 |
| HSL | 148.52º | 0.62% | 0.81% | - |
| HSV(B) | 148.52º | 0.26% | 0.93% | - |
| XYZ | 58.57 | 73.46 | 68.22 | - |
| YUV | 214.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 204 | 0.26 | 0 | 0.14 | 0.07 | 148.52 | 0.62 | 0.81 |
| Hex | AF | EC | CC | 1A | 0 | E | 7 | 95 | 3E | 51 |
| Octal | 257 | 354 | 314 | 32 | 0 | 16 | 7 | 225 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11001100 | 11010 | 0 | 1110 | 111 | 10010101 | 111110 | 1010001 |
Color Harmonies of #AFECCC
Complementary color
Monochromatic Colors of #AFECCC
Black with #AFECCC
Text Example
Text Example
White with #AFECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECCC; }
p { color: rgb(175,236,204); }
H1.HeaderClassName
{
color: #AFECCC;
}
.AnyTagClassName
{
color: #AFECCC;
}
</style>
background-color css
<style>
a { background-color: #AFECCC; }
a { background-color: rgb(175,236,204); }
div.DivClassName
{
background-color: #AFECCC;
}
.BgClassName
{
background-color: #AFECCC;
}
</style>
border-color css
<style>
span { border-color: #AFECCC; }
span { border-color: rgb(175,236,204); }
td.TdClassName
{
border-color: #AFECCC;
}
.TagClassName
{
border-color: #AFECCC;
}
</style>