Shades of Magic Mint #B0EAC6
Tints of Magic Mint #B0EAC6
RGB
CMYK
RGB Variations
Color information
#B0EAC6 (or 0xB0EAC6) is known color: Magic Mint. HEX triplet: B0, EA and C6. RGB value is (176,234,198). Sum of RGB (Red+Green+Blue) = 176+234+198=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EAC6 is #4F1539. Grayscale: #D4D4D4. Windows color (decimal): -5182778 or 13036208. OLE color: 13036208.
HSL color Cylindrical-coordinate representation of color #B0EAC6: hue angle of 142.76º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EAC6 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 234 | 198 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.08 |
| HSL | 142.76º | 0.58% | 0.8% | - |
| HSV(B) | 142.76º | 0.25% | 0.92% | - |
| XYZ | 57.52 | 72.15 | 64.32 | - |
| YUV | 212.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 234 | 198 | 0.25 | 0 | 0.15 | 0.08 | 142.76 | 0.58 | 0.8 |
| Hex | B0 | EA | C6 | 19 | 0 | F | 8 | 8F | 3A | 50 |
| Octal | 260 | 352 | 306 | 31 | 0 | 17 | 10 | 217 | 72 | 120 |
| Binary | 10110000 | 11101010 | 11000110 | 11001 | 0 | 1111 | 1000 | 10001111 | 111010 | 1010000 |
Color Harmonies of #B0EAC6
Complementary color
Monochromatic Colors of #B0EAC6
Black with #B0EAC6
Text Example
Text Example
White with #B0EAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EAC6; }
p { color: rgb(176,234,198); }
H1.HeaderClassName
{
color: #B0EAC6;
}
.AnyTagClassName
{
color: #B0EAC6;
}
</style>
background-color css
<style>
a { background-color: #B0EAC6; }
a { background-color: rgb(176,234,198); }
div.DivClassName
{
background-color: #B0EAC6;
}
.BgClassName
{
background-color: #B0EAC6;
}
</style>
border-color css
<style>
span { border-color: #B0EAC6; }
span { border-color: rgb(176,234,198); }
td.TdClassName
{
border-color: #B0EAC6;
}
.TagClassName
{
border-color: #B0EAC6;
}
</style>