Shades of Magic Mint #B2EACF
Tints of Magic Mint #B2EACF
RGB
CMYK
RGB Variations
Color information
#B2EACF (or 0xB2EACF) is known color: Magic Mint. HEX triplet: B2, EA and CF. RGB value is (178,234,207). Sum of RGB (Red+Green+Blue) = 178+234+207=619 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.76% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EACF is #4D1530. Grayscale: #D6D6D6. Windows color (decimal): -5051697 or 13626034. OLE color: 13626034.
HSL color Cylindrical-coordinate representation of color #B2EACF: hue angle of 151.07º 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 #B2EACF is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 234 | 207 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.08 |
| HSL | 151.07º | 0.57% | 0.81% | - |
| HSV(B) | 151.07º | 0.24% | 0.92% | - |
| XYZ | 59.05 | 72.82 | 69.97 | - |
| YUV | 214.18 | 123.95 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 234 | 207 | 0.24 | 0 | 0.12 | 0.08 | 151.07 | 0.57 | 0.81 |
| Hex | B2 | EA | CF | 18 | 0 | C | 8 | 97 | 39 | 51 |
| Octal | 262 | 352 | 317 | 30 | 0 | 14 | 10 | 227 | 71 | 121 |
| Binary | 10110010 | 11101010 | 11001111 | 11000 | 0 | 1100 | 1000 | 10010111 | 111001 | 1010001 |
Color Harmonies of #B2EACF
Complementary color
Monochromatic Colors of #B2EACF
Black with #B2EACF
Text Example
Text Example
White with #B2EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EACF; }
p { color: rgb(178,234,207); }
H1.HeaderClassName
{
color: #B2EACF;
}
.AnyTagClassName
{
color: #B2EACF;
}
</style>
background-color css
<style>
a { background-color: #B2EACF; }
a { background-color: rgb(178,234,207); }
div.DivClassName
{
background-color: #B2EACF;
}
.BgClassName
{
background-color: #B2EACF;
}
</style>
border-color css
<style>
span { border-color: #B2EACF; }
span { border-color: rgb(178,234,207); }
td.TdClassName
{
border-color: #B2EACF;
}
.TagClassName
{
border-color: #B2EACF;
}
</style>