Shades of Magic Mint #A3FBDE
Tints of Magic Mint #A3FBDE
RGB
CMYK
RGB Variations
Color information
#A3FBDE (or 0xA3FBDE) is known color: Magic Mint. HEX triplet: A3, FB and DE. RGB value is (163,251,222). Sum of RGB (Red+Green+Blue) = 163+251+222=636 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.63% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #A3FBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FBDE is #5C0421. Grayscale: #DDDDDD. Windows color (decimal): -6030370 or 14613411. OLE color: 14613411.
HSL color Cylindrical-coordinate representation of color #A3FBDE: hue angle of 160.23º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FBDE is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 251 | 222 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.02 |
| HSL | 160.23º | 0.92% | 0.81% | - |
| HSV(B) | 160.23º | 0.35% | 0.98% | - |
| XYZ | 62.79 | 82.05 | 81.64 | - |
| YUV | 221.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 251 | 222 | 0.35 | 0 | 0.12 | 0.02 | 160.23 | 0.92 | 0.81 |
| Hex | A3 | FB | DE | 23 | 0 | C | 2 | A0 | 5C | 51 |
| Octal | 243 | 373 | 336 | 43 | 0 | 14 | 2 | 240 | 134 | 121 |
| Binary | 10100011 | 11111011 | 11011110 | 100011 | 0 | 1100 | 10 | 10100000 | 1011100 | 1010001 |
Color Harmonies of #A3FBDE
Complementary color
Monochromatic Colors of #A3FBDE
Black with #A3FBDE
Text Example
Text Example
White with #A3FBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FBDE; }
p { color: rgb(163,251,222); }
H1.HeaderClassName
{
color: #A3FBDE;
}
.AnyTagClassName
{
color: #A3FBDE;
}
</style>
background-color css
<style>
a { background-color: #A3FBDE; }
a { background-color: rgb(163,251,222); }
div.DivClassName
{
background-color: #A3FBDE;
}
.BgClassName
{
background-color: #A3FBDE;
}
</style>
border-color css
<style>
span { border-color: #A3FBDE; }
span { border-color: rgb(163,251,222); }
td.TdClassName
{
border-color: #A3FBDE;
}
.TagClassName
{
border-color: #A3FBDE;
}
</style>