Shades of Magic Mint #A5FEC2
Tints of Magic Mint #A5FEC2
RGB
CMYK
RGB Variations
Color information
#A5FEC2 (or 0xA5FEC2) is known color: Magic Mint. HEX triplet: A5, FE and C2. RGB value is (165,254,194). Sum of RGB (Red+Green+Blue) = 165+254+194=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FEC2 is #5A013D. Grayscale: #DCDCDC. Windows color (decimal): -5898558 or 12779173. OLE color: 12779173.
HSL color Cylindrical-coordinate representation of color #A5FEC2: hue angle of 139.55º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FEC2 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 194 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.00 |
| HSL | 139.55º | 0.98% | 0.82% | - |
| HSV(B) | 139.55º | 0.35% | 1% | - |
| XYZ | 60.7 | 82.78 | 63.82 | - |
| YUV | 220.55 | 113.01 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 194 | 0.35 | 0 | 0.24 | 0.00 | 139.55 | 0.98 | 0.82 |
| Hex | A5 | FE | C2 | 23 | 0 | 18 | 0 | 8C | 62 | 52 |
| Octal | 245 | 376 | 302 | 43 | 0 | 30 | 0 | 214 | 142 | 122 |
| Binary | 10100101 | 11111110 | 11000010 | 100011 | 0 | 11000 | 0 | 10001100 | 1100010 | 1010010 |
Color Harmonies of #A5FEC2
Complementary color
Monochromatic Colors of #A5FEC2
Black with #A5FEC2
Text Example
Text Example
White with #A5FEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FEC2; }
p { color: rgb(165,254,194); }
H1.HeaderClassName
{
color: #A5FEC2;
}
.AnyTagClassName
{
color: #A5FEC2;
}
</style>
background-color css
<style>
a { background-color: #A5FEC2; }
a { background-color: rgb(165,254,194); }
div.DivClassName
{
background-color: #A5FEC2;
}
.BgClassName
{
background-color: #A5FEC2;
}
</style>
border-color css
<style>
span { border-color: #A5FEC2; }
span { border-color: rgb(165,254,194); }
td.TdClassName
{
border-color: #A5FEC2;
}
.TagClassName
{
border-color: #A5FEC2;
}
</style>