Shades of Magic Mint #AFF1CA
Tints of Magic Mint #AFF1CA
RGB
CMYK
RGB Variations
Color information
#AFF1CA (or 0xAFF1CA) is known color: Magic Mint. HEX triplet: AF, F1 and CA. RGB value is (175,241,202). Sum of RGB (Red+Green+Blue) = 175+241+202=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1CA is #500E35. Grayscale: #D8D8D8. Windows color (decimal): -5246518 or 13300143. OLE color: 13300143.
HSL color Cylindrical-coordinate representation of color #AFF1CA: hue angle of 144.55º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1CA is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 202 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.05 |
| HSL | 144.55º | 0.7% | 0.82% | - |
| HSV(B) | 144.55º | 0.27% | 0.95% | - |
| XYZ | 59.8 | 76.29 | 67.45 | - |
| YUV | 216.82 | 119.63 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 202 | 0.27 | 0 | 0.16 | 0.05 | 144.55 | 0.7 | 0.82 |
| Hex | AF | F1 | CA | 1B | 0 | 10 | 5 | 91 | 46 | 52 |
| Octal | 257 | 361 | 312 | 33 | 0 | 20 | 5 | 221 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11001010 | 11011 | 0 | 10000 | 101 | 10010001 | 1000110 | 1010010 |
Color Harmonies of #AFF1CA
Complementary color
Monochromatic Colors of #AFF1CA
Black with #AFF1CA
Text Example
Text Example
White with #AFF1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1CA; }
p { color: rgb(175,241,202); }
H1.HeaderClassName
{
color: #AFF1CA;
}
.AnyTagClassName
{
color: #AFF1CA;
}
</style>
background-color css
<style>
a { background-color: #AFF1CA; }
a { background-color: rgb(175,241,202); }
div.DivClassName
{
background-color: #AFF1CA;
}
.BgClassName
{
background-color: #AFF1CA;
}
</style>
border-color css
<style>
span { border-color: #AFF1CA; }
span { border-color: rgb(175,241,202); }
td.TdClassName
{
border-color: #AFF1CA;
}
.TagClassName
{
border-color: #AFF1CA;
}
</style>