Shades of Magic Mint #B0EACF
Tints of Magic Mint #B0EACF
RGB
CMYK
RGB Variations
Color information
#B0EACF (or 0xB0EACF) is known color: Magic Mint. HEX triplet: B0, EA and CF. RGB value is (176,234,207). Sum of RGB (Red+Green+Blue) = 176+234+207=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EACF is #4F1530. Grayscale: #D5D5D5. Windows color (decimal): -5182769 or 13626032. OLE color: 13626032.
HSL color Cylindrical-coordinate representation of color #B0EACF: hue angle of 152.07º 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 #B0EACF is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 234 | 207 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.08 |
| HSL | 152.07º | 0.58% | 0.8% | - |
| HSV(B) | 152.07º | 0.25% | 0.92% | - |
| XYZ | 58.59 | 72.58 | 69.95 | - |
| YUV | 213.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 234 | 207 | 0.25 | 0 | 0.12 | 0.08 | 152.07 | 0.58 | 0.8 |
| Hex | B0 | EA | CF | 19 | 0 | C | 8 | 98 | 3A | 50 |
| Octal | 260 | 352 | 317 | 31 | 0 | 14 | 10 | 230 | 72 | 120 |
| Binary | 10110000 | 11101010 | 11001111 | 11001 | 0 | 1100 | 1000 | 10011000 | 111010 | 1010000 |
Color Harmonies of #B0EACF
Complementary color
Monochromatic Colors of #B0EACF
Black with #B0EACF
Text Example
Text Example
White with #B0EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EACF; }
p { color: rgb(176,234,207); }
H1.HeaderClassName
{
color: #B0EACF;
}
.AnyTagClassName
{
color: #B0EACF;
}
</style>
background-color css
<style>
a { background-color: #B0EACF; }
a { background-color: rgb(176,234,207); }
div.DivClassName
{
background-color: #B0EACF;
}
.BgClassName
{
background-color: #B0EACF;
}
</style>
border-color css
<style>
span { border-color: #B0EACF; }
span { border-color: rgb(176,234,207); }
td.TdClassName
{
border-color: #B0EACF;
}
.TagClassName
{
border-color: #B0EACF;
}
</style>