Shades of Magic Mint #B0E2CB
Tints of Magic Mint #B0E2CB
RGB
CMYK
RGB Variations
Color information
#B0E2CB (or 0xB0E2CB) is known color: Magic Mint. HEX triplet: B0, E2 and CB. RGB value is (176,226,203). Sum of RGB (Red+Green+Blue) = 176+226+203=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E2CB is #4F1D34. Grayscale: #D0D0D0. Windows color (decimal): -5184821 or 13361840. OLE color: 13361840.
HSL color Cylindrical-coordinate representation of color #B0E2CB: hue angle of 152.4º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E2CB is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 226 | 203 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.11 |
| HSL | 152.4º | 0.46% | 0.79% | - |
| HSV(B) | 152.4º | 0.22% | 0.89% | - |
| XYZ | 55.88 | 67.93 | 66.67 | - |
| YUV | 208.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 226 | 203 | 0.22 | 0 | 0.10 | 0.11 | 152.4 | 0.46 | 0.79 |
| Hex | B0 | E2 | CB | 16 | 0 | A | B | 98 | 2E | 4F |
| Octal | 260 | 342 | 313 | 26 | 0 | 12 | 13 | 230 | 56 | 117 |
| Binary | 10110000 | 11100010 | 11001011 | 10110 | 0 | 1010 | 1011 | 10011000 | 101110 | 1001111 |
Color Harmonies of #B0E2CB
Complementary color
Monochromatic Colors of #B0E2CB
Black with #B0E2CB
Text Example
Text Example
White with #B0E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E2CB; }
p { color: rgb(176,226,203); }
H1.HeaderClassName
{
color: #B0E2CB;
}
.AnyTagClassName
{
color: #B0E2CB;
}
</style>
background-color css
<style>
a { background-color: #B0E2CB; }
a { background-color: rgb(176,226,203); }
div.DivClassName
{
background-color: #B0E2CB;
}
.BgClassName
{
background-color: #B0E2CB;
}
</style>
border-color css
<style>
span { border-color: #B0E2CB; }
span { border-color: rgb(176,226,203); }
td.TdClassName
{
border-color: #B0E2CB;
}
.TagClassName
{
border-color: #B0E2CB;
}
</style>