Shades of Magic Mint #B0EDD3
Tints of Magic Mint #B0EDD3
RGB
CMYK
RGB Variations
Color information
#B0EDD3 (or 0xB0EDD3) is known color: Magic Mint. HEX triplet: B0, ED and D3. RGB value is (176,237,211). Sum of RGB (Red+Green+Blue) = 176+237+211=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDD3 is #4F122C. Grayscale: #D7D7D7. Windows color (decimal): -5181997 or 13888944. OLE color: 13888944.
HSL color Cylindrical-coordinate representation of color #B0EDD3: hue angle of 154.43º 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 #B0EDD3 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 211 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.07 |
| HSL | 154.43º | 0.63% | 0.81% | - |
| HSV(B) | 154.43º | 0.26% | 0.93% | - |
| XYZ | 59.95 | 74.5 | 72.85 | - |
| YUV | 215.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 211 | 0.26 | 0 | 0.11 | 0.07 | 154.43 | 0.63 | 0.81 |
| Hex | B0 | ED | D3 | 1A | 0 | B | 7 | 9A | 3F | 51 |
| Octal | 260 | 355 | 323 | 32 | 0 | 13 | 7 | 232 | 77 | 121 |
| Binary | 10110000 | 11101101 | 11010011 | 11010 | 0 | 1011 | 111 | 10011010 | 111111 | 1010001 |
Color Harmonies of #B0EDD3
Complementary color
Monochromatic Colors of #B0EDD3
Black with #B0EDD3
Text Example
Text Example
White with #B0EDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDD3; }
p { color: rgb(176,237,211); }
H1.HeaderClassName
{
color: #B0EDD3;
}
.AnyTagClassName
{
color: #B0EDD3;
}
</style>
background-color css
<style>
a { background-color: #B0EDD3; }
a { background-color: rgb(176,237,211); }
div.DivClassName
{
background-color: #B0EDD3;
}
.BgClassName
{
background-color: #B0EDD3;
}
</style>
border-color css
<style>
span { border-color: #B0EDD3; }
span { border-color: rgb(176,237,211); }
td.TdClassName
{
border-color: #B0EDD3;
}
.TagClassName
{
border-color: #B0EDD3;
}
</style>