Shades of Magic Mint #B4EACD
Tints of Magic Mint #B4EACD
RGB
CMYK
RGB Variations
Color information
#B4EACD (or 0xB4EACD) is known color: Magic Mint. HEX triplet: B4, EA and CD. RGB value is (180,234,205). Sum of RGB (Red+Green+Blue) = 180+234+205=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EACD is #4B1532. Grayscale: #D6D6D6. Windows color (decimal): -4920627 or 13494964. OLE color: 13494964.
HSL color Cylindrical-coordinate representation of color #B4EACD: hue angle of 147.78º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4EACD is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 234 | 205 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.08 |
| HSL | 147.78º | 0.56% | 0.81% | - |
| HSV(B) | 147.78º | 0.23% | 0.92% | - |
| XYZ | 59.26 | 72.96 | 68.72 | - |
| YUV | 214.55 | 122.61 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 234 | 205 | 0.23 | 0 | 0.12 | 0.08 | 147.78 | 0.56 | 0.81 |
| Hex | B4 | EA | CD | 17 | 0 | C | 8 | 94 | 38 | 51 |
| Octal | 264 | 352 | 315 | 27 | 0 | 14 | 10 | 224 | 70 | 121 |
| Binary | 10110100 | 11101010 | 11001101 | 10111 | 0 | 1100 | 1000 | 10010100 | 111000 | 1010001 |
Color Harmonies of #B4EACD
Complementary color
Monochromatic Colors of #B4EACD
Black with #B4EACD
Text Example
Text Example
White with #B4EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EACD; }
p { color: rgb(180,234,205); }
H1.HeaderClassName
{
color: #B4EACD;
}
.AnyTagClassName
{
color: #B4EACD;
}
</style>
background-color css
<style>
a { background-color: #B4EACD; }
a { background-color: rgb(180,234,205); }
div.DivClassName
{
background-color: #B4EACD;
}
.BgClassName
{
background-color: #B4EACD;
}
</style>
border-color css
<style>
span { border-color: #B4EACD; }
span { border-color: rgb(180,234,205); }
td.TdClassName
{
border-color: #B4EACD;
}
.TagClassName
{
border-color: #B4EACD;
}
</style>