Shades of Magic Mint #B0F2DA
Tints of Magic Mint #B0F2DA
RGB
CMYK
RGB Variations
Color information
#B0F2DA (or 0xB0F2DA) is known color: Magic Mint. HEX triplet: B0, F2 and DA. RGB value is (176,242,218). Sum of RGB (Red+Green+Blue) = 176+242+218=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F2DA is #4F0D25. Grayscale: #DBDBDB. Windows color (decimal): -5180710 or 14348976. OLE color: 14348976.
HSL color Cylindrical-coordinate representation of color #B0F2DA: hue angle of 158.18º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F2DA is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 242 | 218 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.05 |
| HSL | 158.18º | 0.72% | 0.82% | - |
| HSV(B) | 158.18º | 0.27% | 0.95% | - |
| XYZ | 62.31 | 77.8 | 78.06 | - |
| YUV | 219.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 242 | 218 | 0.27 | 0 | 0.10 | 0.05 | 158.18 | 0.72 | 0.82 |
| Hex | B0 | F2 | DA | 1B | 0 | A | 5 | 9E | 48 | 52 |
| Octal | 260 | 362 | 332 | 33 | 0 | 12 | 5 | 236 | 110 | 122 |
| Binary | 10110000 | 11110010 | 11011010 | 11011 | 0 | 1010 | 101 | 10011110 | 1001000 | 1010010 |
Color Harmonies of #B0F2DA
Complementary color
Monochromatic Colors of #B0F2DA
Black with #B0F2DA
Text Example
Text Example
White with #B0F2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F2DA; }
p { color: rgb(176,242,218); }
H1.HeaderClassName
{
color: #B0F2DA;
}
.AnyTagClassName
{
color: #B0F2DA;
}
</style>
background-color css
<style>
a { background-color: #B0F2DA; }
a { background-color: rgb(176,242,218); }
div.DivClassName
{
background-color: #B0F2DA;
}
.BgClassName
{
background-color: #B0F2DA;
}
</style>
border-color css
<style>
span { border-color: #B0F2DA; }
span { border-color: rgb(176,242,218); }
td.TdClassName
{
border-color: #B0F2DA;
}
.TagClassName
{
border-color: #B0F2DA;
}
</style>