Shades of Magic Mint #B0FDD5
Tints of Magic Mint #B0FDD5
RGB
CMYK
RGB Variations
Color information
#B0FDD5 (or 0xB0FDD5) is known color: Magic Mint. HEX triplet: B0, FD and D5. RGB value is (176,253,213). Sum of RGB (Red+Green+Blue) = 176+253+213=642 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.41% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FDD5 is #4F022A. Grayscale: #E1E1E1. Windows color (decimal): -5177899 or 14024112. OLE color: 14024112.
HSL color Cylindrical-coordinate representation of color #B0FDD5: hue angle of 148.83º degrees, saturation: 0.95, 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 #B0FDD5 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 253 | 213 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.01 |
| HSL | 148.83º | 0.95% | 0.84% | - |
| HSV(B) | 148.83º | 0.3% | 0.99% | - |
| XYZ | 65.04 | 84.28 | 75.79 | - |
| YUV | 225.42 | 120.99 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 253 | 213 | 0.30 | 0 | 0.16 | 0.01 | 148.83 | 0.95 | 0.84 |
| Hex | B0 | FD | D5 | 1E | 0 | 10 | 1 | 95 | 5F | 54 |
| Octal | 260 | 375 | 325 | 36 | 0 | 20 | 1 | 225 | 137 | 124 |
| Binary | 10110000 | 11111101 | 11010101 | 11110 | 0 | 10000 | 1 | 10010101 | 1011111 | 1010100 |
Color Harmonies of #B0FDD5
Complementary color
Monochromatic Colors of #B0FDD5
Black with #B0FDD5
Text Example
Text Example
White with #B0FDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FDD5; }
p { color: rgb(176,253,213); }
H1.HeaderClassName
{
color: #B0FDD5;
}
.AnyTagClassName
{
color: #B0FDD5;
}
</style>
background-color css
<style>
a { background-color: #B0FDD5; }
a { background-color: rgb(176,253,213); }
div.DivClassName
{
background-color: #B0FDD5;
}
.BgClassName
{
background-color: #B0FDD5;
}
</style>
border-color css
<style>
span { border-color: #B0FDD5; }
span { border-color: rgb(176,253,213); }
td.TdClassName
{
border-color: #B0FDD5;
}
.TagClassName
{
border-color: #B0FDD5;
}
</style>