Shades of Magic Mint #B0FFDD
Tints of Magic Mint #B0FFDD
RGB
CMYK
RGB Variations
Color information
#B0FFDD (or 0xB0FFDD) is known color: Magic Mint. HEX triplet: B0, FF and DD. RGB value is (176,255,221). Sum of RGB (Red+Green+Blue) = 176+255+221=652 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.99% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFDD is #4F0022. Grayscale: #E3E3E3. Windows color (decimal): -5177379 or 14548912. OLE color: 14548912.
HSL color Cylindrical-coordinate representation of color #B0FFDD: hue angle of 154.18º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFDD is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 221 | - |
| CMYK | 0.31 | 0 | 0.13 | 0 |
| HSL | 154.18º | 1% | 0.85% | - |
| HSV(B) | 154.18º | 0.31% | 1% | - |
| XYZ | 66.72 | 85.97 | 81.48 | - |
| YUV | 227.5 | 124.33 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 221 | 0.31 | 0 | 0.13 | 0 | 154.18 | 1 | 0.85 |
| Hex | B0 | FF | DD | 1F | 0 | D | 0 | 9A | 64 | 55 |
| Octal | 260 | 377 | 335 | 37 | 0 | 15 | 0 | 232 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11011101 | 11111 | 0 | 1101 | 0 | 10011010 | 1100100 | 1010101 |
Color Harmonies of #B0FFDD
Complementary color
Monochromatic Colors of #B0FFDD
Black with #B0FFDD
Text Example
Text Example
White with #B0FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFDD; }
p { color: rgb(176,255,221); }
H1.HeaderClassName
{
color: #B0FFDD;
}
.AnyTagClassName
{
color: #B0FFDD;
}
</style>
background-color css
<style>
a { background-color: #B0FFDD; }
a { background-color: rgb(176,255,221); }
div.DivClassName
{
background-color: #B0FFDD;
}
.BgClassName
{
background-color: #B0FFDD;
}
</style>
border-color css
<style>
span { border-color: #B0FFDD; }
span { border-color: rgb(176,255,221); }
td.TdClassName
{
border-color: #B0FFDD;
}
.TagClassName
{
border-color: #B0FFDD;
}
</style>