Shades of Magic Mint #B0E4CB
Tints of Magic Mint #B0E4CB
RGB
CMYK
RGB Variations
Color information
#B0E4CB (or 0xB0E4CB) is known color: Magic Mint. HEX triplet: B0, E4 and CB. RGB value is (176,228,203). Sum of RGB (Red+Green+Blue) = 176+228+203=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E4CB is #4F1B34. Grayscale: #D1D1D1. Windows color (decimal): -5184309 or 13362352. OLE color: 13362352.
HSL color Cylindrical-coordinate representation of color #B0E4CB: hue angle of 151.15º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E4CB is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 228 | 203 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.11 |
| HSL | 151.15º | 0.49% | 0.79% | - |
| HSV(B) | 151.15º | 0.23% | 0.89% | - |
| XYZ | 56.43 | 69.03 | 66.85 | - |
| YUV | 209.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 228 | 203 | 0.23 | 0 | 0.11 | 0.11 | 151.15 | 0.49 | 0.79 |
| Hex | B0 | E4 | CB | 17 | 0 | B | B | 97 | 31 | 4F |
| Octal | 260 | 344 | 313 | 27 | 0 | 13 | 13 | 227 | 61 | 117 |
| Binary | 10110000 | 11100100 | 11001011 | 10111 | 0 | 1011 | 1011 | 10010111 | 110001 | 1001111 |
Color Harmonies of #B0E4CB
Complementary color
Monochromatic Colors of #B0E4CB
Black with #B0E4CB
Text Example
Text Example
White with #B0E4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E4CB; }
p { color: rgb(176,228,203); }
H1.HeaderClassName
{
color: #B0E4CB;
}
.AnyTagClassName
{
color: #B0E4CB;
}
</style>
background-color css
<style>
a { background-color: #B0E4CB; }
a { background-color: rgb(176,228,203); }
div.DivClassName
{
background-color: #B0E4CB;
}
.BgClassName
{
background-color: #B0E4CB;
}
</style>
border-color css
<style>
span { border-color: #B0E4CB; }
span { border-color: rgb(176,228,203); }
td.TdClassName
{
border-color: #B0E4CB;
}
.TagClassName
{
border-color: #B0E4CB;
}
</style>