Shades of Magic Mint #A3FCBE
Tints of Magic Mint #A3FCBE
RGB
CMYK
RGB Variations
Color information
#A3FCBE (or 0xA3FCBE) is known color: Magic Mint. HEX triplet: A3, FC and BE. RGB value is (163,252,190). Sum of RGB (Red+Green+Blue) = 163+252+190=605 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.94% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCBE is #5C0341. Grayscale: #DADADA. Windows color (decimal): -6030146 or 12516515. OLE color: 12516515.
HSL color Cylindrical-coordinate representation of color #A3FCBE: hue angle of 138.2º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FCBE is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 190 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.01 |
| HSL | 138.2º | 0.94% | 0.81% | - |
| HSV(B) | 138.2º | 0.35% | 0.99% | - |
| XYZ | 59.21 | 81.13 | 61.25 | - |
| YUV | 218.32 | 112.01 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 190 | 0.35 | 0 | 0.25 | 0.01 | 138.2 | 0.94 | 0.81 |
| Hex | A3 | FC | BE | 23 | 0 | 19 | 1 | 8A | 5E | 51 |
| Octal | 243 | 374 | 276 | 43 | 0 | 31 | 1 | 212 | 136 | 121 |
| Binary | 10100011 | 11111100 | 10111110 | 100011 | 0 | 11001 | 1 | 10001010 | 1011110 | 1010001 |
Color Harmonies of #A3FCBE
Complementary color
Monochromatic Colors of #A3FCBE
Black with #A3FCBE
Text Example
Text Example
White with #A3FCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FCBE; }
p { color: rgb(163,252,190); }
H1.HeaderClassName
{
color: #A3FCBE;
}
.AnyTagClassName
{
color: #A3FCBE;
}
</style>
background-color css
<style>
a { background-color: #A3FCBE; }
a { background-color: rgb(163,252,190); }
div.DivClassName
{
background-color: #A3FCBE;
}
.BgClassName
{
background-color: #A3FCBE;
}
</style>
border-color css
<style>
span { border-color: #A3FCBE; }
span { border-color: rgb(163,252,190); }
td.TdClassName
{
border-color: #A3FCBE;
}
.TagClassName
{
border-color: #A3FCBE;
}
</style>