Shades of Magic Mint #B0ECD1
Tints of Magic Mint #B0ECD1
RGB
CMYK
RGB Variations
Color information
#B0ECD1 (or 0xB0ECD1) is known color: Magic Mint. HEX triplet: B0, EC and D1. RGB value is (176,236,209). Sum of RGB (Red+Green+Blue) = 176+236+209=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECD1 is #4F132E. Grayscale: #D7D7D7. Windows color (decimal): -5182255 or 13757616. OLE color: 13757616.
HSL color Cylindrical-coordinate representation of color #B0ECD1: hue angle of 153º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0ECD1 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 209 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.07 |
| HSL | 153º | 0.61% | 0.81% | - |
| HSV(B) | 153º | 0.25% | 0.93% | - |
| XYZ | 59.41 | 73.82 | 71.44 | - |
| YUV | 214.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 209 | 0.25 | 0 | 0.11 | 0.07 | 153 | 0.61 | 0.81 |
| Hex | B0 | EC | D1 | 19 | 0 | B | 7 | 99 | 3D | 51 |
| Octal | 260 | 354 | 321 | 31 | 0 | 13 | 7 | 231 | 75 | 121 |
| Binary | 10110000 | 11101100 | 11010001 | 11001 | 0 | 1011 | 111 | 10011001 | 111101 | 1010001 |
Color Harmonies of #B0ECD1
Complementary color
Monochromatic Colors of #B0ECD1
Black with #B0ECD1
Text Example
Text Example
White with #B0ECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ECD1; }
p { color: rgb(176,236,209); }
H1.HeaderClassName
{
color: #B0ECD1;
}
.AnyTagClassName
{
color: #B0ECD1;
}
</style>
background-color css
<style>
a { background-color: #B0ECD1; }
a { background-color: rgb(176,236,209); }
div.DivClassName
{
background-color: #B0ECD1;
}
.BgClassName
{
background-color: #B0ECD1;
}
</style>
border-color css
<style>
span { border-color: #B0ECD1; }
span { border-color: rgb(176,236,209); }
td.TdClassName
{
border-color: #B0ECD1;
}
.TagClassName
{
border-color: #B0ECD1;
}
</style>