Shades of Magic Mint #B4ECD2
Tints of Magic Mint #B4ECD2
RGB
CMYK
RGB Variations
Color information
#B4ECD2 (or 0xB4ECD2) is known color: Magic Mint. HEX triplet: B4, EC and D2. RGB value is (180,236,210). Sum of RGB (Red+Green+Blue) = 180+236+210=626 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.75% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #B4ECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4ECD2 is #4B132D. Grayscale: #D8D8D8. Windows color (decimal): -4920110 or 13823156. OLE color: 13823156.
HSL color Cylindrical-coordinate representation of color #B4ECD2: hue angle of 152.14º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4ECD2 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 210 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.07 |
| HSL | 152.14º | 0.6% | 0.82% | - |
| HSV(B) | 152.14º | 0.24% | 0.93% | - |
| XYZ | 60.45 | 74.35 | 72.14 | - |
| YUV | 216.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 210 | 0.24 | 0 | 0.11 | 0.07 | 152.14 | 0.6 | 0.82 |
| Hex | B4 | EC | D2 | 18 | 0 | B | 7 | 98 | 3C | 52 |
| Octal | 264 | 354 | 322 | 30 | 0 | 13 | 7 | 230 | 74 | 122 |
| Binary | 10110100 | 11101100 | 11010010 | 11000 | 0 | 1011 | 111 | 10011000 | 111100 | 1010010 |
Color Harmonies of #B4ECD2
Complementary color
Monochromatic Colors of #B4ECD2
Black with #B4ECD2
Text Example
Text Example
White with #B4ECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ECD2; }
p { color: rgb(180,236,210); }
H1.HeaderClassName
{
color: #B4ECD2;
}
.AnyTagClassName
{
color: #B4ECD2;
}
</style>
background-color css
<style>
a { background-color: #B4ECD2; }
a { background-color: rgb(180,236,210); }
div.DivClassName
{
background-color: #B4ECD2;
}
.BgClassName
{
background-color: #B4ECD2;
}
</style>
border-color css
<style>
span { border-color: #B4ECD2; }
span { border-color: rgb(180,236,210); }
td.TdClassName
{
border-color: #B4ECD2;
}
.TagClassName
{
border-color: #B4ECD2;
}
</style>