Shades of Magic Mint #B4ECD4
Tints of Magic Mint #B4ECD4
RGB
CMYK
RGB Variations
Color information
#B4ECD4 (or 0xB4ECD4) is known color: Magic Mint. HEX triplet: B4, EC and D4. RGB value is (180,236,212). Sum of RGB (Red+Green+Blue) = 180+236+212=628 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.66% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #B4ECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4ECD4 is #4B132B. Grayscale: #D8D8D8. Windows color (decimal): -4920108 or 13954228. OLE color: 13954228.
HSL color Cylindrical-coordinate representation of color #B4ECD4: hue angle of 154.29º 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 #B4ECD4 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 212 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.07 |
| HSL | 154.29º | 0.6% | 0.82% | - |
| HSV(B) | 154.29º | 0.24% | 0.93% | - |
| XYZ | 60.7 | 74.45 | 73.46 | - |
| YUV | 216.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 212 | 0.24 | 0 | 0.10 | 0.07 | 154.29 | 0.6 | 0.82 |
| Hex | B4 | EC | D4 | 18 | 0 | A | 7 | 9A | 3C | 52 |
| Octal | 264 | 354 | 324 | 30 | 0 | 12 | 7 | 232 | 74 | 122 |
| Binary | 10110100 | 11101100 | 11010100 | 11000 | 0 | 1010 | 111 | 10011010 | 111100 | 1010010 |
Color Harmonies of #B4ECD4
Complementary color
Monochromatic Colors of #B4ECD4
Black with #B4ECD4
Text Example
Text Example
White with #B4ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ECD4; }
p { color: rgb(180,236,212); }
H1.HeaderClassName
{
color: #B4ECD4;
}
.AnyTagClassName
{
color: #B4ECD4;
}
</style>
background-color css
<style>
a { background-color: #B4ECD4; }
a { background-color: rgb(180,236,212); }
div.DivClassName
{
background-color: #B4ECD4;
}
.BgClassName
{
background-color: #B4ECD4;
}
</style>
border-color css
<style>
span { border-color: #B4ECD4; }
span { border-color: rgb(180,236,212); }
td.TdClassName
{
border-color: #B4ECD4;
}
.TagClassName
{
border-color: #B4ECD4;
}
</style>