Shades of Magic Mint #A5FFD0
Tints of Magic Mint #A5FFD0
RGB
CMYK
RGB Variations
Color information
#A5FFD0 (or 0xA5FFD0) is known color: Magic Mint. HEX triplet: A5, FF and D0. RGB value is (165,255,208). Sum of RGB (Red+Green+Blue) = 165+255+208=628 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.27% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFD0 is #5A002F. Grayscale: #DEDEDE. Windows color (decimal): -5898288 or 13696933. OLE color: 13696933.
HSL color Cylindrical-coordinate representation of color #A5FFD0: hue angle of 148.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FFD0 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 208 | - |
| CMYK | 0.35 | 0 | 0.18 | 0 |
| HSL | 148.67º | 1% | 0.82% | - |
| HSV(B) | 148.67º | 0.35% | 1% | - |
| XYZ | 62.66 | 84.07 | 72.6 | - |
| YUV | 222.73 | 119.68 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 208 | 0.35 | 0 | 0.18 | 0 | 148.67 | 1 | 0.82 |
| Hex | A5 | FF | D0 | 23 | 0 | 12 | 0 | 95 | 64 | 52 |
| Octal | 245 | 377 | 320 | 43 | 0 | 22 | 0 | 225 | 144 | 122 |
| Binary | 10100101 | 11111111 | 11010000 | 100011 | 0 | 10010 | 0 | 10010101 | 1100100 | 1010010 |
Color Harmonies of #A5FFD0
Complementary color
Monochromatic Colors of #A5FFD0
Black with #A5FFD0
Text Example
Text Example
White with #A5FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FFD0; }
p { color: rgb(165,255,208); }
H1.HeaderClassName
{
color: #A5FFD0;
}
.AnyTagClassName
{
color: #A5FFD0;
}
</style>
background-color css
<style>
a { background-color: #A5FFD0; }
a { background-color: rgb(165,255,208); }
div.DivClassName
{
background-color: #A5FFD0;
}
.BgClassName
{
background-color: #A5FFD0;
}
</style>
border-color css
<style>
span { border-color: #A5FFD0; }
span { border-color: rgb(165,255,208); }
td.TdClassName
{
border-color: #A5FFD0;
}
.TagClassName
{
border-color: #A5FFD0;
}
</style>