Shades of Magic Mint #B4EACA
Tints of Magic Mint #B4EACA
RGB
CMYK
RGB Variations
Color information
#B4EACA (or 0xB4EACA) is known color: Magic Mint. HEX triplet: B4, EA and CA. RGB value is (180,234,202). Sum of RGB (Red+Green+Blue) = 180+234+202=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EACA is #4B1535. Grayscale: #D6D6D6. Windows color (decimal): -4920630 or 13298356. OLE color: 13298356.
HSL color Cylindrical-coordinate representation of color #B4EACA: hue angle of 144.44º 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 #B4EACA is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 234 | 202 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.08 |
| HSL | 144.44º | 0.56% | 0.81% | - |
| HSV(B) | 144.44º | 0.23% | 0.92% | - |
| XYZ | 58.91 | 72.81 | 66.83 | - |
| YUV | 214.21 | 121.11 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 234 | 202 | 0.23 | 0 | 0.14 | 0.08 | 144.44 | 0.56 | 0.81 |
| Hex | B4 | EA | CA | 17 | 0 | E | 8 | 90 | 38 | 51 |
| Octal | 264 | 352 | 312 | 27 | 0 | 16 | 10 | 220 | 70 | 121 |
| Binary | 10110100 | 11101010 | 11001010 | 10111 | 0 | 1110 | 1000 | 10010000 | 111000 | 1010001 |
Color Harmonies of #B4EACA
Complementary color
Monochromatic Colors of #B4EACA
Black with #B4EACA
Text Example
Text Example
White with #B4EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EACA; }
p { color: rgb(180,234,202); }
H1.HeaderClassName
{
color: #B4EACA;
}
.AnyTagClassName
{
color: #B4EACA;
}
</style>
background-color css
<style>
a { background-color: #B4EACA; }
a { background-color: rgb(180,234,202); }
div.DivClassName
{
background-color: #B4EACA;
}
.BgClassName
{
background-color: #B4EACA;
}
</style>
border-color css
<style>
span { border-color: #B4EACA; }
span { border-color: rgb(180,234,202); }
td.TdClassName
{
border-color: #B4EACA;
}
.TagClassName
{
border-color: #B4EACA;
}
</style>