Shades of Magic Mint #B5ECD1
Tints of Magic Mint #B5ECD1
RGB
CMYK
RGB Variations
Color information
#B5ECD1 (or 0xB5ECD1) is known color: Magic Mint. HEX triplet: B5, EC and D1. RGB value is (181,236,209). Sum of RGB (Red+Green+Blue) = 181+236+209=626 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.91% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECD1 is #4A132E. Grayscale: #D8D8D8. Windows color (decimal): -4854575 or 13757621. OLE color: 13757621.
HSL color Cylindrical-coordinate representation of color #B5ECD1: hue angle of 150.55º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5ECD1 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 209 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.07 |
| HSL | 150.55º | 0.59% | 0.82% | - |
| HSV(B) | 150.55º | 0.23% | 0.93% | - |
| XYZ | 60.56 | 74.42 | 71.49 | - |
| YUV | 216.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 209 | 0.23 | 0 | 0.11 | 0.07 | 150.55 | 0.59 | 0.82 |
| Hex | B5 | EC | D1 | 17 | 0 | B | 7 | 97 | 3B | 52 |
| Octal | 265 | 354 | 321 | 27 | 0 | 13 | 7 | 227 | 73 | 122 |
| Binary | 10110101 | 11101100 | 11010001 | 10111 | 0 | 1011 | 111 | 10010111 | 111011 | 1010010 |
Color Harmonies of #B5ECD1
Complementary color
Monochromatic Colors of #B5ECD1
Black with #B5ECD1
Text Example
Text Example
White with #B5ECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ECD1; }
p { color: rgb(181,236,209); }
H1.HeaderClassName
{
color: #B5ECD1;
}
.AnyTagClassName
{
color: #B5ECD1;
}
</style>
background-color css
<style>
a { background-color: #B5ECD1; }
a { background-color: rgb(181,236,209); }
div.DivClassName
{
background-color: #B5ECD1;
}
.BgClassName
{
background-color: #B5ECD1;
}
</style>
border-color css
<style>
span { border-color: #B5ECD1; }
span { border-color: rgb(181,236,209); }
td.TdClassName
{
border-color: #B5ECD1;
}
.TagClassName
{
border-color: #B5ECD1;
}
</style>