Shades of Magic Mint #B0ECD4
Tints of Magic Mint #B0ECD4
RGB
CMYK
RGB Variations
Color information
#B0ECD4 (or 0xB0ECD4) is known color: Magic Mint. HEX triplet: B0, EC and D4. RGB value is (176,236,212). Sum of RGB (Red+Green+Blue) = 176+236+212=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECD4 is #4F132B. Grayscale: #D7D7D7. Windows color (decimal): -5182252 or 13954224. OLE color: 13954224.
HSL color Cylindrical-coordinate representation of color #B0ECD4: hue angle of 156º 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 #B0ECD4 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 212 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.07 |
| HSL | 156º | 0.61% | 0.81% | - |
| HSV(B) | 156º | 0.25% | 0.93% | - |
| XYZ | 59.78 | 73.97 | 73.41 | - |
| YUV | 215.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 212 | 0.25 | 0 | 0.10 | 0.07 | 156 | 0.61 | 0.81 |
| Hex | B0 | EC | D4 | 19 | 0 | A | 7 | 9C | 3D | 51 |
| Octal | 260 | 354 | 324 | 31 | 0 | 12 | 7 | 234 | 75 | 121 |
| Binary | 10110000 | 11101100 | 11010100 | 11001 | 0 | 1010 | 111 | 10011100 | 111101 | 1010001 |
Color Harmonies of #B0ECD4
Complementary color
Monochromatic Colors of #B0ECD4
Black with #B0ECD4
Text Example
Text Example
White with #B0ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ECD4; }
p { color: rgb(176,236,212); }
H1.HeaderClassName
{
color: #B0ECD4;
}
.AnyTagClassName
{
color: #B0ECD4;
}
</style>
background-color css
<style>
a { background-color: #B0ECD4; }
a { background-color: rgb(176,236,212); }
div.DivClassName
{
background-color: #B0ECD4;
}
.BgClassName
{
background-color: #B0ECD4;
}
</style>
border-color css
<style>
span { border-color: #B0ECD4; }
span { border-color: rgb(176,236,212); }
td.TdClassName
{
border-color: #B0ECD4;
}
.TagClassName
{
border-color: #B0ECD4;
}
</style>