Shades of Magic Mint #B4EACC
Tints of Magic Mint #B4EACC
RGB
CMYK
RGB Variations
Color information
#B4EACC (or 0xB4EACC) is known color: Magic Mint. HEX triplet: B4, EA and CC. RGB value is (180,234,204). Sum of RGB (Red+Green+Blue) = 180+234+204=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EACC is #4B1533. Grayscale: #D6D6D6. Windows color (decimal): -4920628 or 13429428. OLE color: 13429428.
HSL color Cylindrical-coordinate representation of color #B4EACC: hue angle of 146.67º 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 #B4EACC is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 234 | 204 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.08 |
| HSL | 146.67º | 0.56% | 0.81% | - |
| HSV(B) | 146.67º | 0.23% | 0.92% | - |
| XYZ | 59.14 | 72.91 | 68.08 | - |
| YUV | 214.43 | 122.11 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 234 | 204 | 0.23 | 0 | 0.13 | 0.08 | 146.67 | 0.56 | 0.81 |
| Hex | B4 | EA | CC | 17 | 0 | D | 8 | 93 | 38 | 51 |
| Octal | 264 | 352 | 314 | 27 | 0 | 15 | 10 | 223 | 70 | 121 |
| Binary | 10110100 | 11101010 | 11001100 | 10111 | 0 | 1101 | 1000 | 10010011 | 111000 | 1010001 |
Color Harmonies of #B4EACC
Complementary color
Monochromatic Colors of #B4EACC
Black with #B4EACC
Text Example
Text Example
White with #B4EACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EACC; }
p { color: rgb(180,234,204); }
H1.HeaderClassName
{
color: #B4EACC;
}
.AnyTagClassName
{
color: #B4EACC;
}
</style>
background-color css
<style>
a { background-color: #B4EACC; }
a { background-color: rgb(180,234,204); }
div.DivClassName
{
background-color: #B4EACC;
}
.BgClassName
{
background-color: #B4EACC;
}
</style>
border-color css
<style>
span { border-color: #B4EACC; }
span { border-color: rgb(180,234,204); }
td.TdClassName
{
border-color: #B4EACC;
}
.TagClassName
{
border-color: #B4EACC;
}
</style>