Shades of Magic Mint #A8FBDB
Tints of Magic Mint #A8FBDB
RGB
CMYK
RGB Variations
Color information
#A8FBDB (or 0xA8FBDB) is known color: Magic Mint. HEX triplet: A8, FB and DB. RGB value is (168,251,219). Sum of RGB (Red+Green+Blue) = 168+251+219=638 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.33% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FBDB is #570424. Grayscale: #DEDEDE. Windows color (decimal): -5702693 or 14416808. OLE color: 14416808.
HSL color Cylindrical-coordinate representation of color #A8FBDB: hue angle of 156.87º 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 #A8FBDB is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 168 | 251 | 219 | - |
CMYK | 0.33 | 0 | 0.13 | 0.02 |
HSL | 156.87º | 0.91% | 0.82% | - |
HSV(B) | 156.87º | 0.33% | 0.98% | - |
XYZ | 63.43 | 82.43 | 79.59 | - |
YUV | 222.54 | 126 | 89.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 251 | 219 | 0.33 | 0 | 0.13 | 0.02 | 156.87 | 0.91 | 0.82 |
Hex | A8 | FB | DB | 21 | 0 | D | 2 | 9D | 5B | 52 |
Octal | 250 | 373 | 333 | 41 | 0 | 15 | 2 | 235 | 133 | 122 |
Binary | 10101000 | 11111011 | 11011011 | 100001 | 0 | 1101 | 10 | 10011101 | 1011011 | 1010010 |
Color Harmonies of #A8FBDB
Complementary color
Monochromatic Colors of #A8FBDB
Black with #A8FBDB
Text Example
Text Example
White with #A8FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FBDB; }
p { color: rgb(168,251,219); }
H1.HeaderClassName
{
color: #A8FBDB;
}
.AnyTagClassName
{
color: #A8FBDB;
}
</style>
background-color css
<style>
a { background-color: #A8FBDB; }
a { background-color: rgb(168,251,219); }
div.DivClassName
{
background-color: #A8FBDB;
}
.BgClassName
{
background-color: #A8FBDB;
}
</style>
border-color css
<style>
span { border-color: #A8FBDB; }
span { border-color: rgb(168,251,219); }
td.TdClassName
{
border-color: #A8FBDB;
}
.TagClassName
{
border-color: #A8FBDB;
}
</style>