Shades of Magic Mint #B0ECC8
Tints of Magic Mint #B0ECC8
RGB
CMYK
RGB Variations
Color information
#B0ECC8 (or 0xB0ECC8) is known color: Magic Mint. HEX triplet: B0, EC and C8. RGB value is (176,236,200). Sum of RGB (Red+Green+Blue) = 176+236+200=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECC8 is #4F1337. Grayscale: #D6D6D6. Windows color (decimal): -5182264 or 13167792. OLE color: 13167792.
HSL color Cylindrical-coordinate representation of color #B0ECC8: hue angle of 144º 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 #B0ECC8 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 200 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.07 |
| HSL | 144º | 0.61% | 0.81% | - |
| HSV(B) | 144º | 0.25% | 0.93% | - |
| XYZ | 58.33 | 73.39 | 65.74 | - |
| YUV | 213.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 200 | 0.25 | 0 | 0.15 | 0.07 | 144 | 0.61 | 0.81 |
| Hex | B0 | EC | C8 | 19 | 0 | F | 7 | 90 | 3D | 51 |
| Octal | 260 | 354 | 310 | 31 | 0 | 17 | 7 | 220 | 75 | 121 |
| Binary | 10110000 | 11101100 | 11001000 | 11001 | 0 | 1111 | 111 | 10010000 | 111101 | 1010001 |
Color Harmonies of #B0ECC8
Complementary color
Monochromatic Colors of #B0ECC8
Black with #B0ECC8
Text Example
Text Example
White with #B0ECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ECC8; }
p { color: rgb(176,236,200); }
H1.HeaderClassName
{
color: #B0ECC8;
}
.AnyTagClassName
{
color: #B0ECC8;
}
</style>
background-color css
<style>
a { background-color: #B0ECC8; }
a { background-color: rgb(176,236,200); }
div.DivClassName
{
background-color: #B0ECC8;
}
.BgClassName
{
background-color: #B0ECC8;
}
</style>
border-color css
<style>
span { border-color: #B0ECC8; }
span { border-color: rgb(176,236,200); }
td.TdClassName
{
border-color: #B0ECC8;
}
.TagClassName
{
border-color: #B0ECC8;
}
</style>