Shades of Magic Mint #B2EAD2
Tints of Magic Mint #B2EAD2
RGB
CMYK
RGB Variations
Color information
#B2EAD2 (or 0xB2EAD2) is known color: Magic Mint. HEX triplet: B2, EA and D2. RGB value is (178,234,210). Sum of RGB (Red+Green+Blue) = 178+234+210=622 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.62% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EAD2 is #4D152D. Grayscale: #D6D6D6. Windows color (decimal): -5051694 or 13822642. OLE color: 13822642.
HSL color Cylindrical-coordinate representation of color #B2EAD2: hue angle of 154.29º 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 #B2EAD2 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 234 | 210 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.08 |
| HSL | 154.29º | 0.57% | 0.81% | - |
| HSV(B) | 154.29º | 0.24% | 0.92% | - |
| XYZ | 59.42 | 72.96 | 71.92 | - |
| YUV | 214.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 234 | 210 | 0.24 | 0 | 0.10 | 0.08 | 154.29 | 0.57 | 0.81 |
| Hex | B2 | EA | D2 | 18 | 0 | A | 8 | 9A | 39 | 51 |
| Octal | 262 | 352 | 322 | 30 | 0 | 12 | 10 | 232 | 71 | 121 |
| Binary | 10110010 | 11101010 | 11010010 | 11000 | 0 | 1010 | 1000 | 10011010 | 111001 | 1010001 |
Color Harmonies of #B2EAD2
Complementary color
Monochromatic Colors of #B2EAD2
Black with #B2EAD2
Text Example
Text Example
White with #B2EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EAD2; }
p { color: rgb(178,234,210); }
H1.HeaderClassName
{
color: #B2EAD2;
}
.AnyTagClassName
{
color: #B2EAD2;
}
</style>
background-color css
<style>
a { background-color: #B2EAD2; }
a { background-color: rgb(178,234,210); }
div.DivClassName
{
background-color: #B2EAD2;
}
.BgClassName
{
background-color: #B2EAD2;
}
</style>
border-color css
<style>
span { border-color: #B2EAD2; }
span { border-color: rgb(178,234,210); }
td.TdClassName
{
border-color: #B2EAD2;
}
.TagClassName
{
border-color: #B2EAD2;
}
</style>