Shades of Magic Mint #B0E8CD
Tints of Magic Mint #B0E8CD
RGB
CMYK
RGB Variations
Color information
#B0E8CD (or 0xB0E8CD) is known color: Magic Mint. HEX triplet: B0, E8 and CD. RGB value is (176,232,205). Sum of RGB (Red+Green+Blue) = 176+232+205=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E8CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E8CD is #4F1732. Grayscale: #D4D4D4. Windows color (decimal): -5183283 or 13494448. OLE color: 13494448.
HSL color Cylindrical-coordinate representation of color #B0E8CD: hue angle of 151.07º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0E8CD is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 232 | 205 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.09 |
| HSL | 151.07º | 0.55% | 0.8% | - |
| HSV(B) | 151.07º | 0.24% | 0.91% | - |
| XYZ | 57.78 | 71.35 | 68.48 | - |
| YUV | 212.18 | 123.95 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 232 | 205 | 0.24 | 0 | 0.12 | 0.09 | 151.07 | 0.55 | 0.8 |
| Hex | B0 | E8 | CD | 18 | 0 | C | 9 | 97 | 37 | 50 |
| Octal | 260 | 350 | 315 | 30 | 0 | 14 | 11 | 227 | 67 | 120 |
| Binary | 10110000 | 11101000 | 11001101 | 11000 | 0 | 1100 | 1001 | 10010111 | 110111 | 1010000 |
Color Harmonies of #B0E8CD
Complementary color
Monochromatic Colors of #B0E8CD
Black with #B0E8CD
Text Example
Text Example
White with #B0E8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E8CD; }
p { color: rgb(176,232,205); }
H1.HeaderClassName
{
color: #B0E8CD;
}
.AnyTagClassName
{
color: #B0E8CD;
}
</style>
background-color css
<style>
a { background-color: #B0E8CD; }
a { background-color: rgb(176,232,205); }
div.DivClassName
{
background-color: #B0E8CD;
}
.BgClassName
{
background-color: #B0E8CD;
}
</style>
border-color css
<style>
span { border-color: #B0E8CD; }
span { border-color: rgb(176,232,205); }
td.TdClassName
{
border-color: #B0E8CD;
}
.TagClassName
{
border-color: #B0E8CD;
}
</style>