Shades of Magic Mint #B0FCDA
Tints of Magic Mint #B0FCDA
RGB
CMYK
RGB Variations
Color information
#B0FCDA (or 0xB0FCDA) is known color: Magic Mint. HEX triplet: B0, FC and DA. RGB value is (176,252,218). Sum of RGB (Red+Green+Blue) = 176+252+218=646 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.24% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCDA is #4F0325. Grayscale: #E1E1E1. Windows color (decimal): -5178150 or 14351536. OLE color: 14351536.
HSL color Cylindrical-coordinate representation of color #B0FCDA: hue angle of 153.16º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FCDA is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 218 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.01 |
| HSL | 153.16º | 0.93% | 0.84% | - |
| HSV(B) | 153.16º | 0.3% | 0.99% | - |
| XYZ | 65.37 | 83.91 | 79.08 | - |
| YUV | 225.4 | 123.82 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 218 | 0.30 | 0 | 0.13 | 0.01 | 153.16 | 0.93 | 0.84 |
| Hex | B0 | FC | DA | 1E | 0 | D | 1 | 99 | 5D | 54 |
| Octal | 260 | 374 | 332 | 36 | 0 | 15 | 1 | 231 | 135 | 124 |
| Binary | 10110000 | 11111100 | 11011010 | 11110 | 0 | 1101 | 1 | 10011001 | 1011101 | 1010100 |
Color Harmonies of #B0FCDA
Complementary color
Monochromatic Colors of #B0FCDA
Black with #B0FCDA
Text Example
Text Example
White with #B0FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FCDA; }
p { color: rgb(176,252,218); }
H1.HeaderClassName
{
color: #B0FCDA;
}
.AnyTagClassName
{
color: #B0FCDA;
}
</style>
background-color css
<style>
a { background-color: #B0FCDA; }
a { background-color: rgb(176,252,218); }
div.DivClassName
{
background-color: #B0FCDA;
}
.BgClassName
{
background-color: #B0FCDA;
}
</style>
border-color css
<style>
span { border-color: #B0FCDA; }
span { border-color: rgb(176,252,218); }
td.TdClassName
{
border-color: #B0FCDA;
}
.TagClassName
{
border-color: #B0FCDA;
}
</style>