Shades of Magic Mint #B0ECCC
Tints of Magic Mint #B0ECCC
RGB
CMYK
RGB Variations
Color information
#B0ECCC (or 0xB0ECCC) is known color: Magic Mint. HEX triplet: B0, EC and CC. RGB value is (176,236,204). Sum of RGB (Red+Green+Blue) = 176+236+204=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECCC is #4F1333. Grayscale: #D6D6D6. Windows color (decimal): -5182260 or 13429936. OLE color: 13429936.
HSL color Cylindrical-coordinate representation of color #B0ECCC: hue angle of 148º 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 #B0ECCC is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 204 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.07 |
| HSL | 148º | 0.61% | 0.81% | - |
| HSV(B) | 148º | 0.25% | 0.93% | - |
| XYZ | 58.8 | 73.58 | 68.23 | - |
| YUV | 214.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 204 | 0.25 | 0 | 0.14 | 0.07 | 148 | 0.61 | 0.81 |
| Hex | B0 | EC | CC | 19 | 0 | E | 7 | 94 | 3D | 51 |
| Octal | 260 | 354 | 314 | 31 | 0 | 16 | 7 | 224 | 75 | 121 |
| Binary | 10110000 | 11101100 | 11001100 | 11001 | 0 | 1110 | 111 | 10010100 | 111101 | 1010001 |
Color Harmonies of #B0ECCC
Complementary color
Monochromatic Colors of #B0ECCC
Black with #B0ECCC
Text Example
Text Example
White with #B0ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ECCC; }
p { color: rgb(176,236,204); }
H1.HeaderClassName
{
color: #B0ECCC;
}
.AnyTagClassName
{
color: #B0ECCC;
}
</style>
background-color css
<style>
a { background-color: #B0ECCC; }
a { background-color: rgb(176,236,204); }
div.DivClassName
{
background-color: #B0ECCC;
}
.BgClassName
{
background-color: #B0ECCC;
}
</style>
border-color css
<style>
span { border-color: #B0ECCC; }
span { border-color: rgb(176,236,204); }
td.TdClassName
{
border-color: #B0ECCC;
}
.TagClassName
{
border-color: #B0ECCC;
}
</style>