Shades of Magic Mint #AAFFCA
Tints of Magic Mint #AAFFCA
RGB
CMYK
RGB Variations
Color information
#AAFFCA (or 0xAAFFCA) is known color: Magic Mint. HEX triplet: AA, FF and CA. RGB value is (170,255,202). Sum of RGB (Red+Green+Blue) = 170+255+202=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFCA is #550035. Grayscale: #DFDFDF. Windows color (decimal): -5570614 or 13303722. OLE color: 13303722.
HSL color Cylindrical-coordinate representation of color #AAFFCA: hue angle of 142.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFCA is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 202 | - |
| CMYK | 0.33 | 0 | 0.21 | 0 |
| HSL | 142.59º | 1% | 0.83% | - |
| HSV(B) | 142.59º | 0.33% | 1% | - |
| XYZ | 63 | 84.33 | 68.83 | - |
| YUV | 223.54 | 115.84 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 202 | 0.33 | 0 | 0.21 | 0 | 142.59 | 1 | 0.83 |
| Hex | AA | FF | CA | 21 | 0 | 15 | 0 | 8F | 64 | 53 |
| Octal | 252 | 377 | 312 | 41 | 0 | 25 | 0 | 217 | 144 | 123 |
| Binary | 10101010 | 11111111 | 11001010 | 100001 | 0 | 10101 | 0 | 10001111 | 1100100 | 1010011 |
Color Harmonies of #AAFFCA
Complementary color
Monochromatic Colors of #AAFFCA
Black with #AAFFCA
Text Example
Text Example
White with #AAFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFCA; }
p { color: rgb(170,255,202); }
H1.HeaderClassName
{
color: #AAFFCA;
}
.AnyTagClassName
{
color: #AAFFCA;
}
</style>
background-color css
<style>
a { background-color: #AAFFCA; }
a { background-color: rgb(170,255,202); }
div.DivClassName
{
background-color: #AAFFCA;
}
.BgClassName
{
background-color: #AAFFCA;
}
</style>
border-color css
<style>
span { border-color: #AAFFCA; }
span { border-color: rgb(170,255,202); }
td.TdClassName
{
border-color: #AAFFCA;
}
.TagClassName
{
border-color: #AAFFCA;
}
</style>