Shades of Magic Mint #B0FDD8
Tints of Magic Mint #B0FDD8
RGB
CMYK
RGB Variations
Color information
#B0FDD8 (or 0xB0FDD8) is known color: Magic Mint. HEX triplet: B0, FD and D8. RGB value is (176,253,216). Sum of RGB (Red+Green+Blue) = 176+253+216=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FDD8 is #4F0227. Grayscale: #E1E1E1. Windows color (decimal): -5177896 or 14220720. OLE color: 14220720.
HSL color Cylindrical-coordinate representation of color #B0FDD8: hue angle of 151.17º 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 #B0FDD8 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 253 | 216 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.01 |
| HSL | 151.17º | 0.95% | 0.84% | - |
| HSV(B) | 151.17º | 0.3% | 0.99% | - |
| XYZ | 65.42 | 84.44 | 77.82 | - |
| YUV | 225.76 | 122.49 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 253 | 216 | 0.30 | 0 | 0.15 | 0.01 | 151.17 | 0.95 | 0.84 |
| Hex | B0 | FD | D8 | 1E | 0 | F | 1 | 97 | 5F | 54 |
| Octal | 260 | 375 | 330 | 36 | 0 | 17 | 1 | 227 | 137 | 124 |
| Binary | 10110000 | 11111101 | 11011000 | 11110 | 0 | 1111 | 1 | 10010111 | 1011111 | 1010100 |
Color Harmonies of #B0FDD8
Complementary color
Monochromatic Colors of #B0FDD8
Black with #B0FDD8
Text Example
Text Example
White with #B0FDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FDD8; }
p { color: rgb(176,253,216); }
H1.HeaderClassName
{
color: #B0FDD8;
}
.AnyTagClassName
{
color: #B0FDD8;
}
</style>
background-color css
<style>
a { background-color: #B0FDD8; }
a { background-color: rgb(176,253,216); }
div.DivClassName
{
background-color: #B0FDD8;
}
.BgClassName
{
background-color: #B0FDD8;
}
</style>
border-color css
<style>
span { border-color: #B0FDD8; }
span { border-color: rgb(176,253,216); }
td.TdClassName
{
border-color: #B0FDD8;
}
.TagClassName
{
border-color: #B0FDD8;
}
</style>