Shades of Magic Mint #A5F9D7
Tints of Magic Mint #A5F9D7
RGB
CMYK
RGB Variations
Color information
#A5F9D7 (or 0xA5F9D7) is known color: Magic Mint. HEX triplet: A5, F9 and D7. RGB value is (165,249,215). Sum of RGB (Red+Green+Blue) = 165+249+215=629 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.23% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F9D7 is #5A0628. Grayscale: #DCDCDC. Windows color (decimal): -5899817 or 14154149. OLE color: 14154149.
HSL color Cylindrical-coordinate representation of color #A5F9D7: hue angle of 155.71º 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 #A5F9D7 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 249 | 215 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.02 |
| HSL | 155.71º | 0.88% | 0.81% | - |
| HSV(B) | 155.71º | 0.34% | 0.98% | - |
| XYZ | 61.66 | 80.66 | 76.61 | - |
| YUV | 220.01 | 125.17 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 249 | 215 | 0.34 | 0 | 0.14 | 0.02 | 155.71 | 0.88 | 0.81 |
| Hex | A5 | F9 | D7 | 22 | 0 | E | 2 | 9C | 58 | 51 |
| Octal | 245 | 371 | 327 | 42 | 0 | 16 | 2 | 234 | 130 | 121 |
| Binary | 10100101 | 11111001 | 11010111 | 100010 | 0 | 1110 | 10 | 10011100 | 1011000 | 1010001 |
Color Harmonies of #A5F9D7
Complementary color
Monochromatic Colors of #A5F9D7
Black with #A5F9D7
Text Example
Text Example
White with #A5F9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F9D7; }
p { color: rgb(165,249,215); }
H1.HeaderClassName
{
color: #A5F9D7;
}
.AnyTagClassName
{
color: #A5F9D7;
}
</style>
background-color css
<style>
a { background-color: #A5F9D7; }
a { background-color: rgb(165,249,215); }
div.DivClassName
{
background-color: #A5F9D7;
}
.BgClassName
{
background-color: #A5F9D7;
}
</style>
border-color css
<style>
span { border-color: #A5F9D7; }
span { border-color: rgb(165,249,215); }
td.TdClassName
{
border-color: #A5F9D7;
}
.TagClassName
{
border-color: #A5F9D7;
}
</style>