Shades of Magic Mint #B4E9D2
Tints of Magic Mint #B4E9D2
RGB
CMYK
RGB Variations
Color information
#B4E9D2 (or 0xB4E9D2) is known color: Magic Mint. HEX triplet: B4, E9 and D2. RGB value is (180,233,210). Sum of RGB (Red+Green+Blue) = 180+233+210=623 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.89% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E9D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E9D2 is #4B162D. Grayscale: #D6D6D6. Windows color (decimal): -4920878 or 13822388. OLE color: 13822388.
HSL color Cylindrical-coordinate representation of color #B4E9D2: hue angle of 153.96º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4E9D2 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 233 | 210 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.09 |
| HSL | 153.96º | 0.55% | 0.81% | - |
| HSV(B) | 153.96º | 0.23% | 0.91% | - |
| XYZ | 59.59 | 72.63 | 71.85 | - |
| YUV | 214.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 233 | 210 | 0.23 | 0 | 0.10 | 0.09 | 153.96 | 0.55 | 0.81 |
| Hex | B4 | E9 | D2 | 17 | 0 | A | 9 | 9A | 37 | 51 |
| Octal | 264 | 351 | 322 | 27 | 0 | 12 | 11 | 232 | 67 | 121 |
| Binary | 10110100 | 11101001 | 11010010 | 10111 | 0 | 1010 | 1001 | 10011010 | 110111 | 1010001 |
Color Harmonies of #B4E9D2
Complementary color
Monochromatic Colors of #B4E9D2
Black with #B4E9D2
Text Example
Text Example
White with #B4E9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E9D2; }
p { color: rgb(180,233,210); }
H1.HeaderClassName
{
color: #B4E9D2;
}
.AnyTagClassName
{
color: #B4E9D2;
}
</style>
background-color css
<style>
a { background-color: #B4E9D2; }
a { background-color: rgb(180,233,210); }
div.DivClassName
{
background-color: #B4E9D2;
}
.BgClassName
{
background-color: #B4E9D2;
}
</style>
border-color css
<style>
span { border-color: #B4E9D2; }
span { border-color: rgb(180,233,210); }
td.TdClassName
{
border-color: #B4E9D2;
}
.TagClassName
{
border-color: #B4E9D2;
}
</style>