Shades of Magic Mint #B2EAC9
Tints of Magic Mint #B2EAC9
RGB
CMYK
RGB Variations
Color information
#B2EAC9 (or 0xB2EAC9) is known color: Magic Mint. HEX triplet: B2, EA and C9. RGB value is (178,234,201). Sum of RGB (Red+Green+Blue) = 178+234+201=613 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.04% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EAC9 is #4D1536. Grayscale: #D5D5D5. Windows color (decimal): -5051703 or 13232818. OLE color: 13232818.
HSL color Cylindrical-coordinate representation of color #B2EAC9: hue angle of 144.64º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EAC9 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 234 | 201 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.08 |
| HSL | 144.64º | 0.57% | 0.81% | - |
| HSV(B) | 144.64º | 0.24% | 0.92% | - |
| XYZ | 58.33 | 72.53 | 66.18 | - |
| YUV | 213.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 234 | 201 | 0.24 | 0 | 0.14 | 0.08 | 144.64 | 0.57 | 0.81 |
| Hex | B2 | EA | C9 | 18 | 0 | E | 8 | 91 | 39 | 51 |
| Octal | 262 | 352 | 311 | 30 | 0 | 16 | 10 | 221 | 71 | 121 |
| Binary | 10110010 | 11101010 | 11001001 | 11000 | 0 | 1110 | 1000 | 10010001 | 111001 | 1010001 |
Color Harmonies of #B2EAC9
Complementary color
Monochromatic Colors of #B2EAC9
Black with #B2EAC9
Text Example
Text Example
White with #B2EAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EAC9; }
p { color: rgb(178,234,201); }
H1.HeaderClassName
{
color: #B2EAC9;
}
.AnyTagClassName
{
color: #B2EAC9;
}
</style>
background-color css
<style>
a { background-color: #B2EAC9; }
a { background-color: rgb(178,234,201); }
div.DivClassName
{
background-color: #B2EAC9;
}
.BgClassName
{
background-color: #B2EAC9;
}
</style>
border-color css
<style>
span { border-color: #B2EAC9; }
span { border-color: rgb(178,234,201); }
td.TdClassName
{
border-color: #B2EAC9;
}
.TagClassName
{
border-color: #B2EAC9;
}
</style>