Shades of Magic Mint #B2EACA
Tints of Magic Mint #B2EACA
RGB
CMYK
RGB Variations
Color information
#B2EACA (or 0xB2EACA) is known color: Magic Mint. HEX triplet: B2, EA and CA. RGB value is (178,234,202). Sum of RGB (Red+Green+Blue) = 178+234+202=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EACA is #4D1535. Grayscale: #D5D5D5. Windows color (decimal): -5051702 or 13298354. OLE color: 13298354.
HSL color Cylindrical-coordinate representation of color #B2EACA: hue angle of 145.71º 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 #B2EACA is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 234 | 202 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.08 |
| HSL | 145.71º | 0.57% | 0.81% | - |
| HSV(B) | 145.71º | 0.24% | 0.92% | - |
| XYZ | 58.44 | 72.57 | 66.81 | - |
| YUV | 213.61 | 121.45 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 234 | 202 | 0.24 | 0 | 0.14 | 0.08 | 145.71 | 0.57 | 0.81 |
| Hex | B2 | EA | CA | 18 | 0 | E | 8 | 92 | 39 | 51 |
| Octal | 262 | 352 | 312 | 30 | 0 | 16 | 10 | 222 | 71 | 121 |
| Binary | 10110010 | 11101010 | 11001010 | 11000 | 0 | 1110 | 1000 | 10010010 | 111001 | 1010001 |
Color Harmonies of #B2EACA
Complementary color
Monochromatic Colors of #B2EACA
Black with #B2EACA
Text Example
Text Example
White with #B2EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EACA; }
p { color: rgb(178,234,202); }
H1.HeaderClassName
{
color: #B2EACA;
}
.AnyTagClassName
{
color: #B2EACA;
}
</style>
background-color css
<style>
a { background-color: #B2EACA; }
a { background-color: rgb(178,234,202); }
div.DivClassName
{
background-color: #B2EACA;
}
.BgClassName
{
background-color: #B2EACA;
}
</style>
border-color css
<style>
span { border-color: #B2EACA; }
span { border-color: rgb(178,234,202); }
td.TdClassName
{
border-color: #B2EACA;
}
.TagClassName
{
border-color: #B2EACA;
}
</style>