Shades of Magic Mint #B2E4CE
Tints of Magic Mint #B2E4CE
RGB
CMYK
RGB Variations
Color information
#B2E4CE (or 0xB2E4CE) is known color: Magic Mint. HEX triplet: B2, E4 and CE. RGB value is (178,228,206). Sum of RGB (Red+Green+Blue) = 178+228+206=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E4CE is #4D1B31. Grayscale: #D2D2D2. Windows color (decimal): -5053234 or 13558962. OLE color: 13558962.
HSL color Cylindrical-coordinate representation of color #B2E4CE: hue angle of 153.6º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2E4CE is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 228 | 206 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.11 |
| HSL | 153.6º | 0.48% | 0.8% | - |
| HSV(B) | 153.6º | 0.22% | 0.89% | - |
| XYZ | 57.24 | 69.41 | 68.77 | - |
| YUV | 210.54 | 125.44 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 228 | 206 | 0.22 | 0 | 0.10 | 0.11 | 153.6 | 0.48 | 0.8 |
| Hex | B2 | E4 | CE | 16 | 0 | A | B | 9A | 30 | 50 |
| Octal | 262 | 344 | 316 | 26 | 0 | 12 | 13 | 232 | 60 | 120 |
| Binary | 10110010 | 11100100 | 11001110 | 10110 | 0 | 1010 | 1011 | 10011010 | 110000 | 1010000 |
Color Harmonies of #B2E4CE
Complementary color
Monochromatic Colors of #B2E4CE
Black with #B2E4CE
Text Example
Text Example
White with #B2E4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E4CE; }
p { color: rgb(178,228,206); }
H1.HeaderClassName
{
color: #B2E4CE;
}
.AnyTagClassName
{
color: #B2E4CE;
}
</style>
background-color css
<style>
a { background-color: #B2E4CE; }
a { background-color: rgb(178,228,206); }
div.DivClassName
{
background-color: #B2E4CE;
}
.BgClassName
{
background-color: #B2E4CE;
}
</style>
border-color css
<style>
span { border-color: #B2E4CE; }
span { border-color: rgb(178,228,206); }
td.TdClassName
{
border-color: #B2E4CE;
}
.TagClassName
{
border-color: #B2E4CE;
}
</style>