Shades of Magic Mint #A5F8C1
Tints of Magic Mint #A5F8C1
RGB
CMYK
RGB Variations
Color information
#A5F8C1 (or 0xA5F8C1) is known color: Magic Mint. HEX triplet: A5, F8 and C1. RGB value is (165,248,193). Sum of RGB (Red+Green+Blue) = 165+248+193=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F8C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F8C1 is #5A073E. Grayscale: #D9D9D9. Windows color (decimal): -5900095 or 12712101. OLE color: 12712101.
HSL color Cylindrical-coordinate representation of color #A5F8C1: hue angle of 140.24º 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 #A5F8C1 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 248 | 193 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.03 |
| HSL | 140.24º | 0.86% | 0.81% | - |
| HSV(B) | 140.24º | 0.33% | 0.97% | - |
| XYZ | 58.71 | 78.98 | 62.6 | - |
| YUV | 216.91 | 114.5 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 248 | 193 | 0.33 | 0 | 0.22 | 0.03 | 140.24 | 0.86 | 0.81 |
| Hex | A5 | F8 | C1 | 21 | 0 | 16 | 3 | 8C | 56 | 51 |
| Octal | 245 | 370 | 301 | 41 | 0 | 26 | 3 | 214 | 126 | 121 |
| Binary | 10100101 | 11111000 | 11000001 | 100001 | 0 | 10110 | 11 | 10001100 | 1010110 | 1010001 |
Color Harmonies of #A5F8C1
Complementary color
Monochromatic Colors of #A5F8C1
Black with #A5F8C1
Text Example
Text Example
White with #A5F8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F8C1; }
p { color: rgb(165,248,193); }
H1.HeaderClassName
{
color: #A5F8C1;
}
.AnyTagClassName
{
color: #A5F8C1;
}
</style>
background-color css
<style>
a { background-color: #A5F8C1; }
a { background-color: rgb(165,248,193); }
div.DivClassName
{
background-color: #A5F8C1;
}
.BgClassName
{
background-color: #A5F8C1;
}
</style>
border-color css
<style>
span { border-color: #A5F8C1; }
span { border-color: rgb(165,248,193); }
td.TdClassName
{
border-color: #A5F8C1;
}
.TagClassName
{
border-color: #A5F8C1;
}
</style>