Shades of Magic Mint #A5F9DD
Tints of Magic Mint #A5F9DD
RGB
CMYK
RGB Variations
Color information
#A5F9DD (or 0xA5F9DD) is known color: Magic Mint. HEX triplet: A5, F9 and DD. RGB value is (165,249,221). Sum of RGB (Red+Green+Blue) = 165+249+221=635 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.98% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F9DD is #5A0622. Grayscale: #DCDCDC. Windows color (decimal): -5899811 or 14547365. OLE color: 14547365.
HSL color Cylindrical-coordinate representation of color #A5F9DD: hue angle of 160º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5F9DD is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 249 | 221 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.02 |
| HSL | 160º | 0.88% | 0.81% | - |
| HSV(B) | 160º | 0.34% | 0.98% | - |
| XYZ | 62.44 | 80.97 | 80.74 | - |
| YUV | 220.69 | 128.17 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 249 | 221 | 0.34 | 0 | 0.11 | 0.02 | 160 | 0.88 | 0.81 |
| Hex | A5 | F9 | DD | 22 | 0 | B | 2 | A0 | 58 | 51 |
| Octal | 245 | 371 | 335 | 42 | 0 | 13 | 2 | 240 | 130 | 121 |
| Binary | 10100101 | 11111001 | 11011101 | 100010 | 0 | 1011 | 10 | 10100000 | 1011000 | 1010001 |
Color Harmonies of #A5F9DD
Complementary color
Monochromatic Colors of #A5F9DD
Black with #A5F9DD
Text Example
Text Example
White with #A5F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F9DD; }
p { color: rgb(165,249,221); }
H1.HeaderClassName
{
color: #A5F9DD;
}
.AnyTagClassName
{
color: #A5F9DD;
}
</style>
background-color css
<style>
a { background-color: #A5F9DD; }
a { background-color: rgb(165,249,221); }
div.DivClassName
{
background-color: #A5F9DD;
}
.BgClassName
{
background-color: #A5F9DD;
}
</style>
border-color css
<style>
span { border-color: #A5F9DD; }
span { border-color: rgb(165,249,221); }
td.TdClassName
{
border-color: #A5F9DD;
}
.TagClassName
{
border-color: #A5F9DD;
}
</style>