Shades of Magic Mint #B0FADA
Tints of Magic Mint #B0FADA
RGB
CMYK
RGB Variations
Color information
#B0FADA (or 0xB0FADA) is known color: Magic Mint. HEX triplet: B0, FA and DA. RGB value is (176,250,218). Sum of RGB (Red+Green+Blue) = 176+250+218=644 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.33% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FADA is #4F0525. Grayscale: #E0E0E0. Windows color (decimal): -5178662 or 14351024. OLE color: 14351024.
HSL color Cylindrical-coordinate representation of color #B0FADA: hue angle of 154.05º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FADA is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 250 | 218 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.02 |
| HSL | 154.05º | 0.88% | 0.84% | - |
| HSV(B) | 154.05º | 0.3% | 0.98% | - |
| XYZ | 64.74 | 82.66 | 78.87 | - |
| YUV | 224.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 250 | 218 | 0.30 | 0 | 0.13 | 0.02 | 154.05 | 0.88 | 0.84 |
| Hex | B0 | FA | DA | 1E | 0 | D | 2 | 9A | 58 | 54 |
| Octal | 260 | 372 | 332 | 36 | 0 | 15 | 2 | 232 | 130 | 124 |
| Binary | 10110000 | 11111010 | 11011010 | 11110 | 0 | 1101 | 10 | 10011010 | 1011000 | 1010100 |
Color Harmonies of #B0FADA
Complementary color
Monochromatic Colors of #B0FADA
Black with #B0FADA
Text Example
Text Example
White with #B0FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FADA; }
p { color: rgb(176,250,218); }
H1.HeaderClassName
{
color: #B0FADA;
}
.AnyTagClassName
{
color: #B0FADA;
}
</style>
background-color css
<style>
a { background-color: #B0FADA; }
a { background-color: rgb(176,250,218); }
div.DivClassName
{
background-color: #B0FADA;
}
.BgClassName
{
background-color: #B0FADA;
}
</style>
border-color css
<style>
span { border-color: #B0FADA; }
span { border-color: rgb(176,250,218); }
td.TdClassName
{
border-color: #B0FADA;
}
.TagClassName
{
border-color: #B0FADA;
}
</style>