Shades of Magic Mint #B0FCD5
Tints of Magic Mint #B0FCD5
RGB
CMYK
RGB Variations
Color information
#B0FCD5 (or 0xB0FCD5) is known color: Magic Mint. HEX triplet: B0, FC and D5. RGB value is (176,252,213). Sum of RGB (Red+Green+Blue) = 176+252+213=641 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.46% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCD5 is #4F032A. Grayscale: #E0E0E0. Windows color (decimal): -5178155 or 14023856. OLE color: 14023856.
HSL color Cylindrical-coordinate representation of color #B0FCD5: hue angle of 149.21º 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 #B0FCD5 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 213 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.01 |
| HSL | 149.21º | 0.93% | 0.84% | - |
| HSV(B) | 149.21º | 0.3% | 0.99% | - |
| XYZ | 64.73 | 83.66 | 75.69 | - |
| YUV | 224.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 213 | 0.30 | 0 | 0.15 | 0.01 | 149.21 | 0.93 | 0.84 |
| Hex | B0 | FC | D5 | 1E | 0 | F | 1 | 95 | 5D | 54 |
| Octal | 260 | 374 | 325 | 36 | 0 | 17 | 1 | 225 | 135 | 124 |
| Binary | 10110000 | 11111100 | 11010101 | 11110 | 0 | 1111 | 1 | 10010101 | 1011101 | 1010100 |
Color Harmonies of #B0FCD5
Complementary color
Monochromatic Colors of #B0FCD5
Black with #B0FCD5
Text Example
Text Example
White with #B0FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FCD5; }
p { color: rgb(176,252,213); }
H1.HeaderClassName
{
color: #B0FCD5;
}
.AnyTagClassName
{
color: #B0FCD5;
}
</style>
background-color css
<style>
a { background-color: #B0FCD5; }
a { background-color: rgb(176,252,213); }
div.DivClassName
{
background-color: #B0FCD5;
}
.BgClassName
{
background-color: #B0FCD5;
}
</style>
border-color css
<style>
span { border-color: #B0FCD5; }
span { border-color: rgb(176,252,213); }
td.TdClassName
{
border-color: #B0FCD5;
}
.TagClassName
{
border-color: #B0FCD5;
}
</style>