Shades of Magic Mint #B0E6CE
Tints of Magic Mint #B0E6CE
RGB
CMYK
RGB Variations
Color information
#B0E6CE (or 0xB0E6CE) is known color: Magic Mint. HEX triplet: B0, E6 and CE. RGB value is (176,230,206). Sum of RGB (Red+Green+Blue) = 176+230+206=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E6CE is #4F1931. Grayscale: #D3D3D3. Windows color (decimal): -5183794 or 13559472. OLE color: 13559472.
HSL color Cylindrical-coordinate representation of color #B0E6CE: hue angle of 153.33º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E6CE is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 230 | 206 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.10 |
| HSL | 153.33º | 0.52% | 0.8% | - |
| HSV(B) | 153.33º | 0.23% | 0.9% | - |
| XYZ | 57.34 | 70.28 | 68.94 | - |
| YUV | 211.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 230 | 206 | 0.23 | 0 | 0.10 | 0.10 | 153.33 | 0.52 | 0.8 |
| Hex | B0 | E6 | CE | 17 | 0 | A | A | 99 | 34 | 50 |
| Octal | 260 | 346 | 316 | 27 | 0 | 12 | 12 | 231 | 64 | 120 |
| Binary | 10110000 | 11100110 | 11001110 | 10111 | 0 | 1010 | 1010 | 10011001 | 110100 | 1010000 |
Color Harmonies of #B0E6CE
Complementary color
Monochromatic Colors of #B0E6CE
Black with #B0E6CE
Text Example
Text Example
White with #B0E6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E6CE; }
p { color: rgb(176,230,206); }
H1.HeaderClassName
{
color: #B0E6CE;
}
.AnyTagClassName
{
color: #B0E6CE;
}
</style>
background-color css
<style>
a { background-color: #B0E6CE; }
a { background-color: rgb(176,230,206); }
div.DivClassName
{
background-color: #B0E6CE;
}
.BgClassName
{
background-color: #B0E6CE;
}
</style>
border-color css
<style>
span { border-color: #B0E6CE; }
span { border-color: rgb(176,230,206); }
td.TdClassName
{
border-color: #B0E6CE;
}
.TagClassName
{
border-color: #B0E6CE;
}
</style>