Shades of Magic Mint #AFECCA
Tints of Magic Mint #AFECCA
RGB
CMYK
RGB Variations
Color information
#AFECCA (or 0xAFECCA) is known color: Magic Mint. HEX triplet: AF, EC and CA. RGB value is (175,236,202). Sum of RGB (Red+Green+Blue) = 175+236+202=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECCA is #501335. Grayscale: #D5D5D5. Windows color (decimal): -5247798 or 13298863. OLE color: 13298863.
HSL color Cylindrical-coordinate representation of color #AFECCA: hue angle of 146.56º 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 #AFECCA is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 202 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.07 |
| HSL | 146.56º | 0.62% | 0.81% | - |
| HSV(B) | 146.56º | 0.26% | 0.93% | - |
| XYZ | 58.34 | 73.37 | 66.96 | - |
| YUV | 213.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 202 | 0.26 | 0 | 0.14 | 0.07 | 146.56 | 0.62 | 0.81 |
| Hex | AF | EC | CA | 1A | 0 | E | 7 | 93 | 3E | 51 |
| Octal | 257 | 354 | 312 | 32 | 0 | 16 | 7 | 223 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11001010 | 11010 | 0 | 1110 | 111 | 10010011 | 111110 | 1010001 |
Color Harmonies of #AFECCA
Complementary color
Monochromatic Colors of #AFECCA
Black with #AFECCA
Text Example
Text Example
White with #AFECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECCA; }
p { color: rgb(175,236,202); }
H1.HeaderClassName
{
color: #AFECCA;
}
.AnyTagClassName
{
color: #AFECCA;
}
</style>
background-color css
<style>
a { background-color: #AFECCA; }
a { background-color: rgb(175,236,202); }
div.DivClassName
{
background-color: #AFECCA;
}
.BgClassName
{
background-color: #AFECCA;
}
</style>
border-color css
<style>
span { border-color: #AFECCA; }
span { border-color: rgb(175,236,202); }
td.TdClassName
{
border-color: #AFECCA;
}
.TagClassName
{
border-color: #AFECCA;
}
</style>