Shades of Magic Mint #B0EDCD
Tints of Magic Mint #B0EDCD
RGB
CMYK
RGB Variations
Color information
#B0EDCD (or 0xB0EDCD) is known color: Magic Mint. HEX triplet: B0, ED and CD. RGB value is (176,237,205). Sum of RGB (Red+Green+Blue) = 176+237+205=618 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.48% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDCD is #4F1232. Grayscale: #D7D7D7. Windows color (decimal): -5182003 or 13495728. OLE color: 13495728.
HSL color Cylindrical-coordinate representation of color #B0EDCD: hue angle of 148.52º 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 #B0EDCD is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 205 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.07 |
| HSL | 148.52º | 0.63% | 0.81% | - |
| HSV(B) | 148.52º | 0.26% | 0.93% | - |
| XYZ | 59.21 | 74.21 | 68.96 | - |
| YUV | 215.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 205 | 0.26 | 0 | 0.14 | 0.07 | 148.52 | 0.63 | 0.81 |
| Hex | B0 | ED | CD | 1A | 0 | E | 7 | 95 | 3F | 51 |
| Octal | 260 | 355 | 315 | 32 | 0 | 16 | 7 | 225 | 77 | 121 |
| Binary | 10110000 | 11101101 | 11001101 | 11010 | 0 | 1110 | 111 | 10010101 | 111111 | 1010001 |
Color Harmonies of #B0EDCD
Complementary color
Monochromatic Colors of #B0EDCD
Black with #B0EDCD
Text Example
Text Example
White with #B0EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDCD; }
p { color: rgb(176,237,205); }
H1.HeaderClassName
{
color: #B0EDCD;
}
.AnyTagClassName
{
color: #B0EDCD;
}
</style>
background-color css
<style>
a { background-color: #B0EDCD; }
a { background-color: rgb(176,237,205); }
div.DivClassName
{
background-color: #B0EDCD;
}
.BgClassName
{
background-color: #B0EDCD;
}
</style>
border-color css
<style>
span { border-color: #B0EDCD; }
span { border-color: rgb(176,237,205); }
td.TdClassName
{
border-color: #B0EDCD;
}
.TagClassName
{
border-color: #B0EDCD;
}
</style>