Shades of Magic Mint #B2EAC7
Tints of Magic Mint #B2EAC7
RGB
CMYK
RGB Variations
Color information
#B2EAC7 (or 0xB2EAC7) is known color: Magic Mint. HEX triplet: B2, EA and C7. RGB value is (178,234,199). Sum of RGB (Red+Green+Blue) = 178+234+199=611 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.13% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EAC7 is #4D1538. Grayscale: #D5D5D5. Windows color (decimal): -5051705 or 13101746. OLE color: 13101746.
HSL color Cylindrical-coordinate representation of color #B2EAC7: hue angle of 142.5º 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 #B2EAC7 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 234 | 199 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.08 |
| HSL | 142.5º | 0.57% | 0.81% | - |
| HSV(B) | 142.5º | 0.24% | 0.92% | - |
| XYZ | 58.09 | 72.43 | 64.95 | - |
| YUV | 213.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 234 | 199 | 0.24 | 0 | 0.15 | 0.08 | 142.5 | 0.57 | 0.81 |
| Hex | B2 | EA | C7 | 18 | 0 | F | 8 | 8E | 39 | 51 |
| Octal | 262 | 352 | 307 | 30 | 0 | 17 | 10 | 216 | 71 | 121 |
| Binary | 10110010 | 11101010 | 11000111 | 11000 | 0 | 1111 | 1000 | 10001110 | 111001 | 1010001 |
Color Harmonies of #B2EAC7
Complementary color
Monochromatic Colors of #B2EAC7
Black with #B2EAC7
Text Example
Text Example
White with #B2EAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EAC7; }
p { color: rgb(178,234,199); }
H1.HeaderClassName
{
color: #B2EAC7;
}
.AnyTagClassName
{
color: #B2EAC7;
}
</style>
background-color css
<style>
a { background-color: #B2EAC7; }
a { background-color: rgb(178,234,199); }
div.DivClassName
{
background-color: #B2EAC7;
}
.BgClassName
{
background-color: #B2EAC7;
}
</style>
border-color css
<style>
span { border-color: #B2EAC7; }
span { border-color: rgb(178,234,199); }
td.TdClassName
{
border-color: #B2EAC7;
}
.TagClassName
{
border-color: #B2EAC7;
}
</style>