Shades of Magic Mint #B0FDD3
Tints of Magic Mint #B0FDD3
RGB
CMYK
RGB Variations
Color information
#B0FDD3 (or 0xB0FDD3) is known color: Magic Mint. HEX triplet: B0, FD and D3. RGB value is (176,253,211). Sum of RGB (Red+Green+Blue) = 176+253+211=640 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.5% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FDD3 is #4F022C. Grayscale: #E1E1E1. Windows color (decimal): -5177901 or 13893040. OLE color: 13893040.
HSL color Cylindrical-coordinate representation of color #B0FDD3: hue angle of 147.27º 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 #B0FDD3 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 253 | 211 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.01 |
| HSL | 147.27º | 0.95% | 0.84% | - |
| HSV(B) | 147.27º | 0.3% | 0.99% | - |
| XYZ | 64.79 | 84.18 | 74.46 | - |
| YUV | 225.19 | 119.99 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 253 | 211 | 0.30 | 0 | 0.17 | 0.01 | 147.27 | 0.95 | 0.84 |
| Hex | B0 | FD | D3 | 1E | 0 | 11 | 1 | 93 | 5F | 54 |
| Octal | 260 | 375 | 323 | 36 | 0 | 21 | 1 | 223 | 137 | 124 |
| Binary | 10110000 | 11111101 | 11010011 | 11110 | 0 | 10001 | 1 | 10010011 | 1011111 | 1010100 |
Color Harmonies of #B0FDD3
Complementary color
Monochromatic Colors of #B0FDD3
Black with #B0FDD3
Text Example
Text Example
White with #B0FDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FDD3; }
p { color: rgb(176,253,211); }
H1.HeaderClassName
{
color: #B0FDD3;
}
.AnyTagClassName
{
color: #B0FDD3;
}
</style>
background-color css
<style>
a { background-color: #B0FDD3; }
a { background-color: rgb(176,253,211); }
div.DivClassName
{
background-color: #B0FDD3;
}
.BgClassName
{
background-color: #B0FDD3;
}
</style>
border-color css
<style>
span { border-color: #B0FDD3; }
span { border-color: rgb(176,253,211); }
td.TdClassName
{
border-color: #B0FDD3;
}
.TagClassName
{
border-color: #B0FDD3;
}
</style>