Shades of Magic Mint #A5F8C9
Tints of Magic Mint #A5F8C9
RGB
CMYK
RGB Variations
Color information
#A5F8C9 (or 0xA5F8C9) is known color: Magic Mint. HEX triplet: A5, F8 and C9. RGB value is (165,248,201). Sum of RGB (Red+Green+Blue) = 165+248+201=614 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.87% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F8C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F8C9 is #5A0736. Grayscale: #D9D9D9. Windows color (decimal): -5900087 or 13236389. OLE color: 13236389.
HSL color Cylindrical-coordinate representation of color #A5F8C9: hue angle of 146.02º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F8C9 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 248 | 201 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.03 |
| HSL | 146.02º | 0.86% | 0.81% | - |
| HSV(B) | 146.02º | 0.33% | 0.97% | - |
| XYZ | 59.63 | 79.35 | 67.43 | - |
| YUV | 217.83 | 118.5 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 248 | 201 | 0.33 | 0 | 0.19 | 0.03 | 146.02 | 0.86 | 0.81 |
| Hex | A5 | F8 | C9 | 21 | 0 | 13 | 3 | 92 | 56 | 51 |
| Octal | 245 | 370 | 311 | 41 | 0 | 23 | 3 | 222 | 126 | 121 |
| Binary | 10100101 | 11111000 | 11001001 | 100001 | 0 | 10011 | 11 | 10010010 | 1010110 | 1010001 |
Color Harmonies of #A5F8C9
Complementary color
Monochromatic Colors of #A5F8C9
Black with #A5F8C9
Text Example
Text Example
White with #A5F8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F8C9; }
p { color: rgb(165,248,201); }
H1.HeaderClassName
{
color: #A5F8C9;
}
.AnyTagClassName
{
color: #A5F8C9;
}
</style>
background-color css
<style>
a { background-color: #A5F8C9; }
a { background-color: rgb(165,248,201); }
div.DivClassName
{
background-color: #A5F8C9;
}
.BgClassName
{
background-color: #A5F8C9;
}
</style>
border-color css
<style>
span { border-color: #A5F8C9; }
span { border-color: rgb(165,248,201); }
td.TdClassName
{
border-color: #A5F8C9;
}
.TagClassName
{
border-color: #A5F8C9;
}
</style>