Shades of Magic Mint #B0E6CA
Tints of Magic Mint #B0E6CA
RGB
CMYK
RGB Variations
Color information
#B0E6CA (or 0xB0E6CA) is known color: Magic Mint. HEX triplet: B0, E6 and CA. RGB value is (176,230,202). Sum of RGB (Red+Green+Blue) = 176+230+202=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E6CA is #4F1935. Grayscale: #D2D2D2. Windows color (decimal): -5183798 or 13297328. OLE color: 13297328.
HSL color Cylindrical-coordinate representation of color #B0E6CA: hue angle of 148.89º 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 #B0E6CA is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 230 | 202 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.10 |
| HSL | 148.89º | 0.52% | 0.8% | - |
| HSV(B) | 148.89º | 0.23% | 0.9% | - |
| XYZ | 56.86 | 70.09 | 66.41 | - |
| YUV | 210.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 230 | 202 | 0.23 | 0 | 0.12 | 0.10 | 148.89 | 0.52 | 0.8 |
| Hex | B0 | E6 | CA | 17 | 0 | C | A | 95 | 34 | 50 |
| Octal | 260 | 346 | 312 | 27 | 0 | 14 | 12 | 225 | 64 | 120 |
| Binary | 10110000 | 11100110 | 11001010 | 10111 | 0 | 1100 | 1010 | 10010101 | 110100 | 1010000 |
Color Harmonies of #B0E6CA
Complementary color
Monochromatic Colors of #B0E6CA
Black with #B0E6CA
Text Example
Text Example
White with #B0E6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E6CA; }
p { color: rgb(176,230,202); }
H1.HeaderClassName
{
color: #B0E6CA;
}
.AnyTagClassName
{
color: #B0E6CA;
}
</style>
background-color css
<style>
a { background-color: #B0E6CA; }
a { background-color: rgb(176,230,202); }
div.DivClassName
{
background-color: #B0E6CA;
}
.BgClassName
{
background-color: #B0E6CA;
}
</style>
border-color css
<style>
span { border-color: #B0E6CA; }
span { border-color: rgb(176,230,202); }
td.TdClassName
{
border-color: #B0E6CA;
}
.TagClassName
{
border-color: #B0E6CA;
}
</style>