Shades of Magic Mint #AFF9CA
Tints of Magic Mint #AFF9CA
RGB
CMYK
RGB Variations
Color information
#AFF9CA (or 0xAFF9CA) is known color: Magic Mint. HEX triplet: AF, F9 and CA. RGB value is (175,249,202). Sum of RGB (Red+Green+Blue) = 175+249+202=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 249 (97.66% from 255 or 39.78% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9CA is #500635. Grayscale: #DDDDDD. Windows color (decimal): -5244470 or 13302191. OLE color: 13302191.
HSL color Cylindrical-coordinate representation of color #AFF9CA: hue angle of 141.89º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9CA is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 249 | 202 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.02 |
| HSL | 141.89º | 0.86% | 0.83% | - |
| HSV(B) | 141.89º | 0.3% | 0.98% | - |
| XYZ | 62.22 | 81.13 | 68.26 | - |
| YUV | 221.52 | 116.98 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 249 | 202 | 0.30 | 0 | 0.19 | 0.02 | 141.89 | 0.86 | 0.83 |
| Hex | AF | F9 | CA | 1E | 0 | 13 | 2 | 8E | 56 | 53 |
| Octal | 257 | 371 | 312 | 36 | 0 | 23 | 2 | 216 | 126 | 123 |
| Binary | 10101111 | 11111001 | 11001010 | 11110 | 0 | 10011 | 10 | 10001110 | 1010110 | 1010011 |
Color Harmonies of #AFF9CA
Complementary color
Monochromatic Colors of #AFF9CA
Black with #AFF9CA
Text Example
Text Example
White with #AFF9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF9CA; }
p { color: rgb(175,249,202); }
H1.HeaderClassName
{
color: #AFF9CA;
}
.AnyTagClassName
{
color: #AFF9CA;
}
</style>
background-color css
<style>
a { background-color: #AFF9CA; }
a { background-color: rgb(175,249,202); }
div.DivClassName
{
background-color: #AFF9CA;
}
.BgClassName
{
background-color: #AFF9CA;
}
</style>
border-color css
<style>
span { border-color: #AFF9CA; }
span { border-color: rgb(175,249,202); }
td.TdClassName
{
border-color: #AFF9CA;
}
.TagClassName
{
border-color: #AFF9CA;
}
</style>