Shades of Magic Mint #B0FFD0
Tints of Magic Mint #B0FFD0
RGB
CMYK
RGB Variations
Color information
#B0FFD0 (or 0xB0FFD0) is known color: Magic Mint. HEX triplet: B0, FF and D0. RGB value is (176,255,208). Sum of RGB (Red+Green+Blue) = 176+255+208=639 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.54% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFD0 is #4F002F. Grayscale: #E2E2E2. Windows color (decimal): -5177392 or 13696944. OLE color: 13696944.
HSL color Cylindrical-coordinate representation of color #B0FFD0: hue angle of 144.3º 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 #B0FFD0 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
RGB | 176 | 255 | 208 | - |
CMYK | 0.31 | 0 | 0.18 | 0 |
HSL | 144.3º | 1% | 0.85% | - |
HSV(B) | 144.3º | 0.31% | 1% | - |
XYZ | 65.05 | 85.3 | 72.71 | - |
YUV | 226.02 | 117.83 | 92.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 255 | 208 | 0.31 | 0 | 0.18 | 0 | 144.3 | 1 | 0.85 |
Hex | B0 | FF | D0 | 1F | 0 | 12 | 0 | 90 | 64 | 55 |
Octal | 260 | 377 | 320 | 37 | 0 | 22 | 0 | 220 | 144 | 125 |
Binary | 10110000 | 11111111 | 11010000 | 11111 | 0 | 10010 | 0 | 10010000 | 1100100 | 1010101 |
Color Harmonies of #B0FFD0
Complementary color
Monochromatic Colors of #B0FFD0
Black with #B0FFD0
Text Example
Text Example
White with #B0FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFD0; }
p { color: rgb(176,255,208); }
H1.HeaderClassName
{
color: #B0FFD0;
}
.AnyTagClassName
{
color: #B0FFD0;
}
</style>
background-color css
<style>
a { background-color: #B0FFD0; }
a { background-color: rgb(176,255,208); }
div.DivClassName
{
background-color: #B0FFD0;
}
.BgClassName
{
background-color: #B0FFD0;
}
</style>
border-color css
<style>
span { border-color: #B0FFD0; }
span { border-color: rgb(176,255,208); }
td.TdClassName
{
border-color: #B0FFD0;
}
.TagClassName
{
border-color: #B0FFD0;
}
</style>