Shades of Magic Mint #A3FBD6
Tints of Magic Mint #A3FBD6
RGB
CMYK
RGB Variations
Color information
#A3FBD6 (or 0xA3FBD6) is known color: Magic Mint. HEX triplet: A3, FB and D6. RGB value is (163,251,214). Sum of RGB (Red+Green+Blue) = 163+251+214=628 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.96% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #A3FBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FBD6 is #5C0429. Grayscale: #DCDCDC. Windows color (decimal): -6030378 or 14089123. OLE color: 14089123.
HSL color Cylindrical-coordinate representation of color #A3FBD6: hue angle of 154.77º 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 #A3FBD6 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 251 | 214 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.02 |
| HSL | 154.77º | 0.92% | 0.81% | - |
| HSV(B) | 154.77º | 0.35% | 0.98% | - |
| XYZ | 61.74 | 81.64 | 76.12 | - |
| YUV | 220.47 | 124.35 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 251 | 214 | 0.35 | 0 | 0.15 | 0.02 | 154.77 | 0.92 | 0.81 |
| Hex | A3 | FB | D6 | 23 | 0 | F | 2 | 9B | 5C | 51 |
| Octal | 243 | 373 | 326 | 43 | 0 | 17 | 2 | 233 | 134 | 121 |
| Binary | 10100011 | 11111011 | 11010110 | 100011 | 0 | 1111 | 10 | 10011011 | 1011100 | 1010001 |
Color Harmonies of #A3FBD6
Complementary color
Monochromatic Colors of #A3FBD6
Black with #A3FBD6
Text Example
Text Example
White with #A3FBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FBD6; }
p { color: rgb(163,251,214); }
H1.HeaderClassName
{
color: #A3FBD6;
}
.AnyTagClassName
{
color: #A3FBD6;
}
</style>
background-color css
<style>
a { background-color: #A3FBD6; }
a { background-color: rgb(163,251,214); }
div.DivClassName
{
background-color: #A3FBD6;
}
.BgClassName
{
background-color: #A3FBD6;
}
</style>
border-color css
<style>
span { border-color: #A3FBD6; }
span { border-color: rgb(163,251,214); }
td.TdClassName
{
border-color: #A3FBD6;
}
.TagClassName
{
border-color: #A3FBD6;
}
</style>