Shades of Magic Mint #B0EDD1
Tints of Magic Mint #B0EDD1
RGB
CMYK
RGB Variations
Color information
#B0EDD1 (or 0xB0EDD1) is known color: Magic Mint. HEX triplet: B0, ED and D1. RGB value is (176,237,209). Sum of RGB (Red+Green+Blue) = 176+237+209=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDD1 is #4F122E. Grayscale: #D7D7D7. Windows color (decimal): -5181999 or 13757872. OLE color: 13757872.
HSL color Cylindrical-coordinate representation of color #B0EDD1: hue angle of 152.46º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EDD1 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 209 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.07 |
| HSL | 152.46º | 0.63% | 0.81% | - |
| HSV(B) | 152.46º | 0.26% | 0.93% | - |
| XYZ | 59.7 | 74.4 | 71.54 | - |
| YUV | 215.57 | 124.29 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 209 | 0.26 | 0 | 0.12 | 0.07 | 152.46 | 0.63 | 0.81 |
| Hex | B0 | ED | D1 | 1A | 0 | C | 7 | 98 | 3F | 51 |
| Octal | 260 | 355 | 321 | 32 | 0 | 14 | 7 | 230 | 77 | 121 |
| Binary | 10110000 | 11101101 | 11010001 | 11010 | 0 | 1100 | 111 | 10011000 | 111111 | 1010001 |
Color Harmonies of #B0EDD1
Complementary color
Monochromatic Colors of #B0EDD1
Black with #B0EDD1
Text Example
Text Example
White with #B0EDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDD1; }
p { color: rgb(176,237,209); }
H1.HeaderClassName
{
color: #B0EDD1;
}
.AnyTagClassName
{
color: #B0EDD1;
}
</style>
background-color css
<style>
a { background-color: #B0EDD1; }
a { background-color: rgb(176,237,209); }
div.DivClassName
{
background-color: #B0EDD1;
}
.BgClassName
{
background-color: #B0EDD1;
}
</style>
border-color css
<style>
span { border-color: #B0EDD1; }
span { border-color: rgb(176,237,209); }
td.TdClassName
{
border-color: #B0EDD1;
}
.TagClassName
{
border-color: #B0EDD1;
}
</style>