Shades of Magic Mint #B0EFC8
Tints of Magic Mint #B0EFC8
RGB
CMYK
RGB Variations
Color information
#B0EFC8 (or 0xB0EFC8) is known color: Magic Mint. HEX triplet: B0, EF and C8. RGB value is (176,239,200). Sum of RGB (Red+Green+Blue) = 176+239+200=615 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.62% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFC8 is #4F1037. Grayscale: #D7D7D7. Windows color (decimal): -5181496 or 13168560. OLE color: 13168560.
HSL color Cylindrical-coordinate representation of color #B0EFC8: hue angle of 142.86º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFC8 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 200 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.06 |
| HSL | 142.86º | 0.66% | 0.81% | - |
| HSV(B) | 142.86º | 0.26% | 0.94% | - |
| XYZ | 59.2 | 75.13 | 66.03 | - |
| YUV | 215.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 200 | 0.26 | 0 | 0.16 | 0.06 | 142.86 | 0.66 | 0.81 |
| Hex | B0 | EF | C8 | 1A | 0 | 10 | 6 | 8F | 42 | 51 |
| Octal | 260 | 357 | 310 | 32 | 0 | 20 | 6 | 217 | 102 | 121 |
| Binary | 10110000 | 11101111 | 11001000 | 11010 | 0 | 10000 | 110 | 10001111 | 1000010 | 1010001 |
Color Harmonies of #B0EFC8
Complementary color
Monochromatic Colors of #B0EFC8
Black with #B0EFC8
Text Example
Text Example
White with #B0EFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFC8; }
p { color: rgb(176,239,200); }
H1.HeaderClassName
{
color: #B0EFC8;
}
.AnyTagClassName
{
color: #B0EFC8;
}
</style>
background-color css
<style>
a { background-color: #B0EFC8; }
a { background-color: rgb(176,239,200); }
div.DivClassName
{
background-color: #B0EFC8;
}
.BgClassName
{
background-color: #B0EFC8;
}
</style>
border-color css
<style>
span { border-color: #B0EFC8; }
span { border-color: rgb(176,239,200); }
td.TdClassName
{
border-color: #B0EFC8;
}
.TagClassName
{
border-color: #B0EFC8;
}
</style>