Shades of Magic Mint #B0ECD2
Tints of Magic Mint #B0ECD2
RGB
CMYK
RGB Variations
Color information
#B0ECD2 (or 0xB0ECD2) is known color: Magic Mint. HEX triplet: B0, EC and D2. RGB value is (176,236,210). Sum of RGB (Red+Green+Blue) = 176+236+210=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECD2 is #4F132D. Grayscale: #D7D7D7. Windows color (decimal): -5182254 or 13823152. OLE color: 13823152.
HSL color Cylindrical-coordinate representation of color #B0ECD2: hue angle of 154º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0ECD2 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 210 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.07 |
| HSL | 154º | 0.61% | 0.81% | - |
| HSV(B) | 154º | 0.25% | 0.93% | - |
| XYZ | 59.53 | 73.87 | 72.09 | - |
| YUV | 215.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 210 | 0.25 | 0 | 0.11 | 0.07 | 154 | 0.61 | 0.81 |
| Hex | B0 | EC | D2 | 19 | 0 | B | 7 | 9A | 3D | 51 |
| Octal | 260 | 354 | 322 | 31 | 0 | 13 | 7 | 232 | 75 | 121 |
| Binary | 10110000 | 11101100 | 11010010 | 11001 | 0 | 1011 | 111 | 10011010 | 111101 | 1010001 |
Color Harmonies of #B0ECD2
Complementary color
Monochromatic Colors of #B0ECD2
Black with #B0ECD2
Text Example
Text Example
White with #B0ECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ECD2; }
p { color: rgb(176,236,210); }
H1.HeaderClassName
{
color: #B0ECD2;
}
.AnyTagClassName
{
color: #B0ECD2;
}
</style>
background-color css
<style>
a { background-color: #B0ECD2; }
a { background-color: rgb(176,236,210); }
div.DivClassName
{
background-color: #B0ECD2;
}
.BgClassName
{
background-color: #B0ECD2;
}
</style>
border-color css
<style>
span { border-color: #B0ECD2; }
span { border-color: rgb(176,236,210); }
td.TdClassName
{
border-color: #B0ECD2;
}
.TagClassName
{
border-color: #B0ECD2;
}
</style>