Shades of Magic Mint #AFECCF
Tints of Magic Mint #AFECCF
RGB
CMYK
RGB Variations
Color information
#AFECCF (or 0xAFECCF) is known color: Magic Mint. HEX triplet: AF, EC and CF. RGB value is (175,236,207). Sum of RGB (Red+Green+Blue) = 175+236+207=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECCF is #501330. Grayscale: #D6D6D6. Windows color (decimal): -5247793 or 13626543. OLE color: 13626543.
HSL color Cylindrical-coordinate representation of color #AFECCF: hue angle of 151.48º 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 #AFECCF is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 207 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.07 |
| HSL | 151.48º | 0.62% | 0.81% | - |
| HSV(B) | 151.48º | 0.26% | 0.93% | - |
| XYZ | 58.94 | 73.61 | 70.13 | - |
| YUV | 214.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 207 | 0.26 | 0 | 0.12 | 0.07 | 151.48 | 0.62 | 0.81 |
| Hex | AF | EC | CF | 1A | 0 | C | 7 | 97 | 3E | 51 |
| Octal | 257 | 354 | 317 | 32 | 0 | 14 | 7 | 227 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11001111 | 11010 | 0 | 1100 | 111 | 10010111 | 111110 | 1010001 |
Color Harmonies of #AFECCF
Complementary color
Monochromatic Colors of #AFECCF
Black with #AFECCF
Text Example
Text Example
White with #AFECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECCF; }
p { color: rgb(175,236,207); }
H1.HeaderClassName
{
color: #AFECCF;
}
.AnyTagClassName
{
color: #AFECCF;
}
</style>
background-color css
<style>
a { background-color: #AFECCF; }
a { background-color: rgb(175,236,207); }
div.DivClassName
{
background-color: #AFECCF;
}
.BgClassName
{
background-color: #AFECCF;
}
</style>
border-color css
<style>
span { border-color: #AFECCF; }
span { border-color: rgb(175,236,207); }
td.TdClassName
{
border-color: #AFECCF;
}
.TagClassName
{
border-color: #AFECCF;
}
</style>