Shades of Magic Mint #AAFCCD
Tints of Magic Mint #AAFCCD
RGB
CMYK
RGB Variations
Color information
#AAFCCD (or 0xAAFCCD) is known color: Magic Mint. HEX triplet: AA, FC and CD. RGB value is (170,252,205). Sum of RGB (Red+Green+Blue) = 170+252+205=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCCD is #550332. Grayscale: #DEDEDE. Windows color (decimal): -5571379 or 13499562. OLE color: 13499562.
HSL color Cylindrical-coordinate representation of color #AAFCCD: hue angle of 145.61º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFCCD is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 205 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.01 |
| HSL | 145.61º | 0.93% | 0.83% | - |
| HSV(B) | 145.61º | 0.33% | 0.99% | - |
| XYZ | 62.41 | 82.57 | 70.41 | - |
| YUV | 222.12 | 118.33 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 205 | 0.33 | 0 | 0.19 | 0.01 | 145.61 | 0.93 | 0.83 |
| Hex | AA | FC | CD | 21 | 0 | 13 | 1 | 92 | 5D | 53 |
| Octal | 252 | 374 | 315 | 41 | 0 | 23 | 1 | 222 | 135 | 123 |
| Binary | 10101010 | 11111100 | 11001101 | 100001 | 0 | 10011 | 1 | 10010010 | 1011101 | 1010011 |
Color Harmonies of #AAFCCD
Complementary color
Monochromatic Colors of #AAFCCD
Black with #AAFCCD
Text Example
Text Example
White with #AAFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFCCD; }
p { color: rgb(170,252,205); }
H1.HeaderClassName
{
color: #AAFCCD;
}
.AnyTagClassName
{
color: #AAFCCD;
}
</style>
background-color css
<style>
a { background-color: #AAFCCD; }
a { background-color: rgb(170,252,205); }
div.DivClassName
{
background-color: #AAFCCD;
}
.BgClassName
{
background-color: #AAFCCD;
}
</style>
border-color css
<style>
span { border-color: #AAFCCD; }
span { border-color: rgb(170,252,205); }
td.TdClassName
{
border-color: #AAFCCD;
}
.TagClassName
{
border-color: #AAFCCD;
}
</style>