Shades of Magic Mint #B0E6CD
Tints of Magic Mint #B0E6CD
RGB
CMYK
RGB Variations
Color information
#B0E6CD (or 0xB0E6CD) is known color: Magic Mint. HEX triplet: B0, E6 and CD. RGB value is (176,230,205). Sum of RGB (Red+Green+Blue) = 176+230+205=611 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.81% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E6CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E6CD is #4F1932. Grayscale: #D3D3D3. Windows color (decimal): -5183795 or 13493936. OLE color: 13493936.
HSL color Cylindrical-coordinate representation of color #B0E6CD: hue angle of 152.22º 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 #B0E6CD is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 230 | 205 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.10 |
| HSL | 152.22º | 0.52% | 0.8% | - |
| HSV(B) | 152.22º | 0.23% | 0.9% | - |
| XYZ | 57.22 | 70.23 | 68.3 | - |
| YUV | 211 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 230 | 205 | 0.23 | 0 | 0.11 | 0.10 | 152.22 | 0.52 | 0.8 |
| Hex | B0 | E6 | CD | 17 | 0 | B | A | 98 | 34 | 50 |
| Octal | 260 | 346 | 315 | 27 | 0 | 13 | 12 | 230 | 64 | 120 |
| Binary | 10110000 | 11100110 | 11001101 | 10111 | 0 | 1011 | 1010 | 10011000 | 110100 | 1010000 |
Color Harmonies of #B0E6CD
Complementary color
Monochromatic Colors of #B0E6CD
Black with #B0E6CD
Text Example
Text Example
White with #B0E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E6CD; }
p { color: rgb(176,230,205); }
H1.HeaderClassName
{
color: #B0E6CD;
}
.AnyTagClassName
{
color: #B0E6CD;
}
</style>
background-color css
<style>
a { background-color: #B0E6CD; }
a { background-color: rgb(176,230,205); }
div.DivClassName
{
background-color: #B0E6CD;
}
.BgClassName
{
background-color: #B0E6CD;
}
</style>
border-color css
<style>
span { border-color: #B0E6CD; }
span { border-color: rgb(176,230,205); }
td.TdClassName
{
border-color: #B0E6CD;
}
.TagClassName
{
border-color: #B0E6CD;
}
</style>