Shades of Magic Mint #AFFECA
Tints of Magic Mint #AFFECA
RGB
CMYK
RGB Variations
Color information
#AFFECA (or 0xAFFECA) is known color: Magic Mint. HEX triplet: AF, FE and CA. RGB value is (175,254,202). Sum of RGB (Red+Green+Blue) = 175+254+202=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFECA is #500135. Grayscale: #E0E0E0. Windows color (decimal): -5243190 or 13303471. OLE color: 13303471.
HSL color Cylindrical-coordinate representation of color #AFFECA: hue angle of 140.51º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFECA is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 254 | 202 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.00 |
| HSL | 140.51º | 0.98% | 0.84% | - |
| HSV(B) | 140.51º | 0.31% | 1% | - |
| XYZ | 63.78 | 84.26 | 68.78 | - |
| YUV | 224.45 | 115.33 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 254 | 202 | 0.31 | 0 | 0.20 | 0.00 | 140.51 | 0.98 | 0.84 |
| Hex | AF | FE | CA | 1F | 0 | 14 | 0 | 8D | 62 | 54 |
| Octal | 257 | 376 | 312 | 37 | 0 | 24 | 0 | 215 | 142 | 124 |
| Binary | 10101111 | 11111110 | 11001010 | 11111 | 0 | 10100 | 0 | 10001101 | 1100010 | 1010100 |
Color Harmonies of #AFFECA
Complementary color
Monochromatic Colors of #AFFECA
Black with #AFFECA
Text Example
Text Example
White with #AFFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFECA; }
p { color: rgb(175,254,202); }
H1.HeaderClassName
{
color: #AFFECA;
}
.AnyTagClassName
{
color: #AFFECA;
}
</style>
background-color css
<style>
a { background-color: #AFFECA; }
a { background-color: rgb(175,254,202); }
div.DivClassName
{
background-color: #AFFECA;
}
.BgClassName
{
background-color: #AFFECA;
}
</style>
border-color css
<style>
span { border-color: #AFFECA; }
span { border-color: rgb(175,254,202); }
td.TdClassName
{
border-color: #AFFECA;
}
.TagClassName
{
border-color: #AFFECA;
}
</style>