Shades of Magic Mint #AAFDCC
Tints of Magic Mint #AAFDCC
RGB
CMYK
RGB Variations
Color information
#AAFDCC (or 0xAAFDCC) is known color: Magic Mint. HEX triplet: AA, FD and CC. RGB value is (170,253,204). Sum of RGB (Red+Green+Blue) = 170+253+204=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDCC is #550233. Grayscale: #DEDEDE. Windows color (decimal): -5571124 or 13434282. OLE color: 13434282.
HSL color Cylindrical-coordinate representation of color #AAFDCC: hue angle of 144.58º degrees, saturation: 0.95, 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 #AAFDCC is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 170 | 253 | 204 | - |
CMYK | 0.33 | 0 | 0.19 | 0.01 |
HSL | 144.58º | 0.95% | 0.83% | - |
HSV(B) | 144.58º | 0.33% | 0.99% | - |
XYZ | 62.6 | 83.16 | 69.88 | - |
YUV | 222.6 | 117.5 | 90.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 253 | 204 | 0.33 | 0 | 0.19 | 0.01 | 144.58 | 0.95 | 0.83 |
Hex | AA | FD | CC | 21 | 0 | 13 | 1 | 91 | 5F | 53 |
Octal | 252 | 375 | 314 | 41 | 0 | 23 | 1 | 221 | 137 | 123 |
Binary | 10101010 | 11111101 | 11001100 | 100001 | 0 | 10011 | 1 | 10010001 | 1011111 | 1010011 |
Color Harmonies of #AAFDCC
Complementary color
Monochromatic Colors of #AAFDCC
Black with #AAFDCC
Text Example
Text Example
White with #AAFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDCC; }
p { color: rgb(170,253,204); }
H1.HeaderClassName
{
color: #AAFDCC;
}
.AnyTagClassName
{
color: #AAFDCC;
}
</style>
background-color css
<style>
a { background-color: #AAFDCC; }
a { background-color: rgb(170,253,204); }
div.DivClassName
{
background-color: #AAFDCC;
}
.BgClassName
{
background-color: #AAFDCC;
}
</style>
border-color css
<style>
span { border-color: #AAFDCC; }
span { border-color: rgb(170,253,204); }
td.TdClassName
{
border-color: #AAFDCC;
}
.TagClassName
{
border-color: #AAFDCC;
}
</style>