Shades of Magic Mint #A5FECB
Tints of Magic Mint #A5FECB
RGB
CMYK
RGB Variations
Color information
#A5FECB (or 0xA5FECB) is known color: Magic Mint. HEX triplet: A5, FE and CB. RGB value is (165,254,203). Sum of RGB (Red+Green+Blue) = 165+254+203=622 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.53% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FECB is #5A0134. Grayscale: #DDDDDD. Windows color (decimal): -5898549 or 13368997. OLE color: 13368997.
HSL color Cylindrical-coordinate representation of color #A5FECB: hue angle of 145.62º 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 #A5FECB is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 203 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.00 |
| HSL | 145.62º | 0.98% | 0.82% | - |
| HSV(B) | 145.62º | 0.35% | 1% | - |
| XYZ | 61.74 | 83.19 | 69.3 | - |
| YUV | 221.58 | 117.51 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 203 | 0.35 | 0 | 0.20 | 0.00 | 145.62 | 0.98 | 0.82 |
| Hex | A5 | FE | CB | 23 | 0 | 14 | 0 | 92 | 62 | 52 |
| Octal | 245 | 376 | 313 | 43 | 0 | 24 | 0 | 222 | 142 | 122 |
| Binary | 10100101 | 11111110 | 11001011 | 100011 | 0 | 10100 | 0 | 10010010 | 1100010 | 1010010 |
Color Harmonies of #A5FECB
Complementary color
Monochromatic Colors of #A5FECB
Black with #A5FECB
Text Example
Text Example
White with #A5FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FECB; }
p { color: rgb(165,254,203); }
H1.HeaderClassName
{
color: #A5FECB;
}
.AnyTagClassName
{
color: #A5FECB;
}
</style>
background-color css
<style>
a { background-color: #A5FECB; }
a { background-color: rgb(165,254,203); }
div.DivClassName
{
background-color: #A5FECB;
}
.BgClassName
{
background-color: #A5FECB;
}
</style>
border-color css
<style>
span { border-color: #A5FECB; }
span { border-color: rgb(165,254,203); }
td.TdClassName
{
border-color: #A5FECB;
}
.TagClassName
{
border-color: #A5FECB;
}
</style>