Shades of Magic Mint #B0E4CE
Tints of Magic Mint #B0E4CE
RGB
CMYK
RGB Variations
Color information
#B0E4CE (or 0xB0E4CE) is known color: Magic Mint. HEX triplet: B0, E4 and CE. RGB value is (176,228,206). Sum of RGB (Red+Green+Blue) = 176+228+206=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E4CE is #4F1B31. Grayscale: #D1D1D1. Windows color (decimal): -5184306 or 13558960. OLE color: 13558960.
HSL color Cylindrical-coordinate representation of color #B0E4CE: hue angle of 154.62º 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 #B0E4CE is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 228 | 206 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.11 |
| HSL | 154.62º | 0.49% | 0.79% | - |
| HSV(B) | 154.62º | 0.23% | 0.89% | - |
| XYZ | 56.79 | 69.17 | 68.75 | - |
| YUV | 209.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 228 | 206 | 0.23 | 0 | 0.10 | 0.11 | 154.62 | 0.49 | 0.79 |
| Hex | B0 | E4 | CE | 17 | 0 | A | B | 9B | 31 | 4F |
| Octal | 260 | 344 | 316 | 27 | 0 | 12 | 13 | 233 | 61 | 117 |
| Binary | 10110000 | 11100100 | 11001110 | 10111 | 0 | 1010 | 1011 | 10011011 | 110001 | 1001111 |
Color Harmonies of #B0E4CE
Complementary color
Monochromatic Colors of #B0E4CE
Black with #B0E4CE
Text Example
Text Example
White with #B0E4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E4CE; }
p { color: rgb(176,228,206); }
H1.HeaderClassName
{
color: #B0E4CE;
}
.AnyTagClassName
{
color: #B0E4CE;
}
</style>
background-color css
<style>
a { background-color: #B0E4CE; }
a { background-color: rgb(176,228,206); }
div.DivClassName
{
background-color: #B0E4CE;
}
.BgClassName
{
background-color: #B0E4CE;
}
</style>
border-color css
<style>
span { border-color: #B0E4CE; }
span { border-color: rgb(176,228,206); }
td.TdClassName
{
border-color: #B0E4CE;
}
.TagClassName
{
border-color: #B0E4CE;
}
</style>