Shades of Magic Mint #B2EACE
Tints of Magic Mint #B2EACE
RGB
CMYK
RGB Variations
Color information
#B2EACE (or 0xB2EACE) is known color: Magic Mint. HEX triplet: B2, EA and CE. RGB value is (178,234,206). Sum of RGB (Red+Green+Blue) = 178+234+206=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EACE is #4D1531. Grayscale: #D6D6D6. Windows color (decimal): -5051698 or 13560498. OLE color: 13560498.
HSL color Cylindrical-coordinate representation of color #B2EACE: hue angle of 150º 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 #B2EACE is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 234 | 206 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.08 |
| HSL | 150º | 0.57% | 0.81% | - |
| HSV(B) | 150º | 0.24% | 0.92% | - |
| XYZ | 58.92 | 72.77 | 69.33 | - |
| YUV | 214.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 234 | 206 | 0.24 | 0 | 0.12 | 0.08 | 150 | 0.57 | 0.81 |
| Hex | B2 | EA | CE | 18 | 0 | C | 8 | 96 | 39 | 51 |
| Octal | 262 | 352 | 316 | 30 | 0 | 14 | 10 | 226 | 71 | 121 |
| Binary | 10110010 | 11101010 | 11001110 | 11000 | 0 | 1100 | 1000 | 10010110 | 111001 | 1010001 |
Color Harmonies of #B2EACE
Complementary color
Monochromatic Colors of #B2EACE
Black with #B2EACE
Text Example
Text Example
White with #B2EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EACE; }
p { color: rgb(178,234,206); }
H1.HeaderClassName
{
color: #B2EACE;
}
.AnyTagClassName
{
color: #B2EACE;
}
</style>
background-color css
<style>
a { background-color: #B2EACE; }
a { background-color: rgb(178,234,206); }
div.DivClassName
{
background-color: #B2EACE;
}
.BgClassName
{
background-color: #B2EACE;
}
</style>
border-color css
<style>
span { border-color: #B2EACE; }
span { border-color: rgb(178,234,206); }
td.TdClassName
{
border-color: #B2EACE;
}
.TagClassName
{
border-color: #B2EACE;
}
</style>