Shades of Magic Mint #AAFDDB
Tints of Magic Mint #AAFDDB
RGB
CMYK
RGB Variations
Color information
#AAFDDB (or 0xAAFDDB) is known color: Magic Mint. HEX triplet: AA, FD and DB. RGB value is (170,253,219). Sum of RGB (Red+Green+Blue) = 170+253+219=642 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.48% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDDB is #550224. Grayscale: #E0E0E0. Windows color (decimal): -5571109 or 14417322. OLE color: 14417322.
HSL color Cylindrical-coordinate representation of color #AAFDDB: hue angle of 155.42º 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 #AAFDDB is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 170 | 253 | 219 | - |
CMYK | 0.33 | 0 | 0.13 | 0.01 |
HSL | 155.42º | 0.95% | 0.83% | - |
HSV(B) | 155.42º | 0.33% | 0.99% | - |
XYZ | 64.49 | 83.91 | 79.82 | - |
YUV | 224.31 | 125 | 89.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 253 | 219 | 0.33 | 0 | 0.13 | 0.01 | 155.42 | 0.95 | 0.83 |
Hex | AA | FD | DB | 21 | 0 | D | 1 | 9B | 5F | 53 |
Octal | 252 | 375 | 333 | 41 | 0 | 15 | 1 | 233 | 137 | 123 |
Binary | 10101010 | 11111101 | 11011011 | 100001 | 0 | 1101 | 1 | 10011011 | 1011111 | 1010011 |
Color Harmonies of #AAFDDB
Complementary color
Monochromatic Colors of #AAFDDB
Black with #AAFDDB
Text Example
Text Example
White with #AAFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDDB; }
p { color: rgb(170,253,219); }
H1.HeaderClassName
{
color: #AAFDDB;
}
.AnyTagClassName
{
color: #AAFDDB;
}
</style>
background-color css
<style>
a { background-color: #AAFDDB; }
a { background-color: rgb(170,253,219); }
div.DivClassName
{
background-color: #AAFDDB;
}
.BgClassName
{
background-color: #AAFDDB;
}
</style>
border-color css
<style>
span { border-color: #AAFDDB; }
span { border-color: rgb(170,253,219); }
td.TdClassName
{
border-color: #AAFDDB;
}
.TagClassName
{
border-color: #AAFDDB;
}
</style>