Shades of Magic Mint #B0EEC7
Tints of Magic Mint #B0EEC7
RGB
CMYK
RGB Variations
Color information
#B0EEC7 (or 0xB0EEC7) is known color: Magic Mint. HEX triplet: B0, EE and C7. RGB value is (176,238,199). Sum of RGB (Red+Green+Blue) = 176+238+199=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EEC7 is #4F1138. Grayscale: #D7D7D7. Windows color (decimal): -5181753 or 13102768. OLE color: 13102768.
HSL color Cylindrical-coordinate representation of color #B0EEC7: hue angle of 142.26º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EEC7 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 199 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.07 |
| HSL | 142.26º | 0.65% | 0.81% | - |
| HSV(B) | 142.26º | 0.26% | 0.93% | - |
| XYZ | 58.79 | 74.5 | 65.31 | - |
| YUV | 215.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 199 | 0.26 | 0 | 0.16 | 0.07 | 142.26 | 0.65 | 0.81 |
| Hex | B0 | EE | C7 | 1A | 0 | 10 | 7 | 8E | 41 | 51 |
| Octal | 260 | 356 | 307 | 32 | 0 | 20 | 7 | 216 | 101 | 121 |
| Binary | 10110000 | 11101110 | 11000111 | 11010 | 0 | 10000 | 111 | 10001110 | 1000001 | 1010001 |
Color Harmonies of #B0EEC7
Complementary color
Monochromatic Colors of #B0EEC7
Black with #B0EEC7
Text Example
Text Example
White with #B0EEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EEC7; }
p { color: rgb(176,238,199); }
H1.HeaderClassName
{
color: #B0EEC7;
}
.AnyTagClassName
{
color: #B0EEC7;
}
</style>
background-color css
<style>
a { background-color: #B0EEC7; }
a { background-color: rgb(176,238,199); }
div.DivClassName
{
background-color: #B0EEC7;
}
.BgClassName
{
background-color: #B0EEC7;
}
</style>
border-color css
<style>
span { border-color: #B0EEC7; }
span { border-color: rgb(176,238,199); }
td.TdClassName
{
border-color: #B0EEC7;
}
.TagClassName
{
border-color: #B0EEC7;
}
</style>