Shades of Magic Mint #A5F1C0
Tints of Magic Mint #A5F1C0
RGB
CMYK
RGB Variations
Color information
#A5F1C0 (or 0xA5F1C0) is known color: Magic Mint. HEX triplet: A5, F1 and C0. RGB value is (165,241,192). Sum of RGB (Red+Green+Blue) = 165+241+192=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F1C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F1C0 is #5A0E3F. Grayscale: #D4D4D4. Windows color (decimal): -5901888 or 12644773. OLE color: 12644773.
HSL color Cylindrical-coordinate representation of color #A5F1C0: hue angle of 141.32º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F1C0 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 241 | 192 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.05 |
| HSL | 141.32º | 0.73% | 0.8% | - |
| HSV(B) | 141.32º | 0.32% | 0.95% | - |
| XYZ | 56.49 | 74.72 | 61.31 | - |
| YUV | 212.69 | 116.32 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 241 | 192 | 0.32 | 0 | 0.20 | 0.05 | 141.32 | 0.73 | 0.8 |
| Hex | A5 | F1 | C0 | 20 | 0 | 14 | 5 | 8D | 49 | 50 |
| Octal | 245 | 361 | 300 | 40 | 0 | 24 | 5 | 215 | 111 | 120 |
| Binary | 10100101 | 11110001 | 11000000 | 100000 | 0 | 10100 | 101 | 10001101 | 1001001 | 1010000 |
Color Harmonies of #A5F1C0
Complementary color
Monochromatic Colors of #A5F1C0
Black with #A5F1C0
Text Example
Text Example
White with #A5F1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F1C0; }
p { color: rgb(165,241,192); }
H1.HeaderClassName
{
color: #A5F1C0;
}
.AnyTagClassName
{
color: #A5F1C0;
}
</style>
background-color css
<style>
a { background-color: #A5F1C0; }
a { background-color: rgb(165,241,192); }
div.DivClassName
{
background-color: #A5F1C0;
}
.BgClassName
{
background-color: #A5F1C0;
}
</style>
border-color css
<style>
span { border-color: #A5F1C0; }
span { border-color: rgb(165,241,192); }
td.TdClassName
{
border-color: #A5F1C0;
}
.TagClassName
{
border-color: #A5F1C0;
}
</style>