Shades of Magic Mint #B0E5CD
Tints of Magic Mint #B0E5CD
RGB
CMYK
RGB Variations
Color information
#B0E5CD (or 0xB0E5CD) is known color: Magic Mint. HEX triplet: B0, E5 and CD. RGB value is (176,229,205). Sum of RGB (Red+Green+Blue) = 176+229+205=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E5CD is #4F1A32. Grayscale: #D2D2D2. Windows color (decimal): -5184051 or 13493680. OLE color: 13493680.
HSL color Cylindrical-coordinate representation of color #B0E5CD: hue angle of 152.83º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E5CD is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 229 | 205 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.10 |
| HSL | 152.83º | 0.5% | 0.79% | - |
| HSV(B) | 152.83º | 0.23% | 0.9% | - |
| XYZ | 56.94 | 69.68 | 68.21 | - |
| YUV | 210.42 | 124.94 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 229 | 205 | 0.23 | 0 | 0.10 | 0.10 | 152.83 | 0.5 | 0.79 |
| Hex | B0 | E5 | CD | 17 | 0 | A | A | 99 | 32 | 4F |
| Octal | 260 | 345 | 315 | 27 | 0 | 12 | 12 | 231 | 62 | 117 |
| Binary | 10110000 | 11100101 | 11001101 | 10111 | 0 | 1010 | 1010 | 10011001 | 110010 | 1001111 |
Color Harmonies of #B0E5CD
Complementary color
Monochromatic Colors of #B0E5CD
Black with #B0E5CD
Text Example
Text Example
White with #B0E5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E5CD; }
p { color: rgb(176,229,205); }
H1.HeaderClassName
{
color: #B0E5CD;
}
.AnyTagClassName
{
color: #B0E5CD;
}
</style>
background-color css
<style>
a { background-color: #B0E5CD; }
a { background-color: rgb(176,229,205); }
div.DivClassName
{
background-color: #B0E5CD;
}
.BgClassName
{
background-color: #B0E5CD;
}
</style>
border-color css
<style>
span { border-color: #B0E5CD; }
span { border-color: rgb(176,229,205); }
td.TdClassName
{
border-color: #B0E5CD;
}
.TagClassName
{
border-color: #B0E5CD;
}
</style>