Shades of Magic Mint #A8FBDA
Tints of Magic Mint #A8FBDA
RGB
CMYK
RGB Variations
Color information
#A8FBDA (or 0xA8FBDA) is known color: Magic Mint. HEX triplet: A8, FB and DA. RGB value is (168,251,218). Sum of RGB (Red+Green+Blue) = 168+251+218=637 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.37% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FBDA is #570425. Grayscale: #DEDEDE. Windows color (decimal): -5702694 or 14351272. OLE color: 14351272.
HSL color Cylindrical-coordinate representation of color #A8FBDA: hue angle of 156.14º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FBDA is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 218 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.02 |
| HSL | 156.14º | 0.91% | 0.82% | - |
| HSV(B) | 156.14º | 0.33% | 0.98% | - |
| XYZ | 63.3 | 82.38 | 78.89 | - |
| YUV | 222.42 | 125.5 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 218 | 0.33 | 0 | 0.13 | 0.02 | 156.14 | 0.91 | 0.82 |
| Hex | A8 | FB | DA | 21 | 0 | D | 2 | 9C | 5B | 52 |
| Octal | 250 | 373 | 332 | 41 | 0 | 15 | 2 | 234 | 133 | 122 |
| Binary | 10101000 | 11111011 | 11011010 | 100001 | 0 | 1101 | 10 | 10011100 | 1011011 | 1010010 |
Color Harmonies of #A8FBDA
Complementary color
Monochromatic Colors of #A8FBDA
Black with #A8FBDA
Text Example
Text Example
White with #A8FBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FBDA; }
p { color: rgb(168,251,218); }
H1.HeaderClassName
{
color: #A8FBDA;
}
.AnyTagClassName
{
color: #A8FBDA;
}
</style>
background-color css
<style>
a { background-color: #A8FBDA; }
a { background-color: rgb(168,251,218); }
div.DivClassName
{
background-color: #A8FBDA;
}
.BgClassName
{
background-color: #A8FBDA;
}
</style>
border-color css
<style>
span { border-color: #A8FBDA; }
span { border-color: rgb(168,251,218); }
td.TdClassName
{
border-color: #A8FBDA;
}
.TagClassName
{
border-color: #A8FBDA;
}
</style>