Shades of Magic Mint #AAFCDB
Tints of Magic Mint #AAFCDB
RGB
CMYK
RGB Variations
Color information
#AAFCDB (or 0xAAFCDB) is known color: Magic Mint. HEX triplet: AA, FC and DB. RGB value is (170,252,219). Sum of RGB (Red+Green+Blue) = 170+252+219=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCDB is #550324. Grayscale: #DFDFDF. Windows color (decimal): -5571365 or 14417066. OLE color: 14417066.
HSL color Cylindrical-coordinate representation of color #AAFCDB: hue angle of 155.85º 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 #AAFCDB is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 170 | 252 | 219 | - |
CMYK | 0.33 | 0 | 0.13 | 0.01 |
HSL | 155.85º | 0.93% | 0.83% | - |
HSV(B) | 155.85º | 0.33% | 0.99% | - |
XYZ | 64.17 | 83.28 | 79.71 | - |
YUV | 223.72 | 125.33 | 89.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 252 | 219 | 0.33 | 0 | 0.13 | 0.01 | 155.85 | 0.93 | 0.83 |
Hex | AA | FC | DB | 21 | 0 | D | 1 | 9C | 5D | 53 |
Octal | 252 | 374 | 333 | 41 | 0 | 15 | 1 | 234 | 135 | 123 |
Binary | 10101010 | 11111100 | 11011011 | 100001 | 0 | 1101 | 1 | 10011100 | 1011101 | 1010011 |
Color Harmonies of #AAFCDB
Complementary color
Monochromatic Colors of #AAFCDB
Black with #AAFCDB
Text Example
Text Example
White with #AAFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFCDB; }
p { color: rgb(170,252,219); }
H1.HeaderClassName
{
color: #AAFCDB;
}
.AnyTagClassName
{
color: #AAFCDB;
}
</style>
background-color css
<style>
a { background-color: #AAFCDB; }
a { background-color: rgb(170,252,219); }
div.DivClassName
{
background-color: #AAFCDB;
}
.BgClassName
{
background-color: #AAFCDB;
}
</style>
border-color css
<style>
span { border-color: #AAFCDB; }
span { border-color: rgb(170,252,219); }
td.TdClassName
{
border-color: #AAFCDB;
}
.TagClassName
{
border-color: #AAFCDB;
}
</style>