Shades of Magic Mint #A5FEBE
Tints of Magic Mint #A5FEBE
RGB
CMYK
RGB Variations
Color information
#A5FEBE (or 0xA5FEBE) is known color: Magic Mint. HEX triplet: A5, FE and BE. RGB value is (165,254,190). Sum of RGB (Red+Green+Blue) = 165+254+190=609 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.09% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FEBE is #5A0141. Grayscale: #DCDCDC. Windows color (decimal): -5898562 or 12517029. OLE color: 12517029.
HSL color Cylindrical-coordinate representation of color #A5FEBE: hue angle of 136.85º 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 #A5FEBE is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 190 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.00 |
| HSL | 136.85º | 0.98% | 0.82% | - |
| HSV(B) | 136.85º | 0.35% | 1% | - |
| XYZ | 60.25 | 82.6 | 61.48 | - |
| YUV | 220.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 190 | 0.35 | 0 | 0.25 | 0.00 | 136.85 | 0.98 | 0.82 |
| Hex | A5 | FE | BE | 23 | 0 | 19 | 0 | 89 | 62 | 52 |
| Octal | 245 | 376 | 276 | 43 | 0 | 31 | 0 | 211 | 142 | 122 |
| Binary | 10100101 | 11111110 | 10111110 | 100011 | 0 | 11001 | 0 | 10001001 | 1100010 | 1010010 |
Color Harmonies of #A5FEBE
Complementary color
Monochromatic Colors of #A5FEBE
Black with #A5FEBE
Text Example
Text Example
White with #A5FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FEBE; }
p { color: rgb(165,254,190); }
H1.HeaderClassName
{
color: #A5FEBE;
}
.AnyTagClassName
{
color: #A5FEBE;
}
</style>
background-color css
<style>
a { background-color: #A5FEBE; }
a { background-color: rgb(165,254,190); }
div.DivClassName
{
background-color: #A5FEBE;
}
.BgClassName
{
background-color: #A5FEBE;
}
</style>
border-color css
<style>
span { border-color: #A5FEBE; }
span { border-color: rgb(165,254,190); }
td.TdClassName
{
border-color: #A5FEBE;
}
.TagClassName
{
border-color: #A5FEBE;
}
</style>