Shades of Magic Mint #B2EAD0
Tints of Magic Mint #B2EAD0
RGB
CMYK
RGB Variations
Color information
#B2EAD0 (or 0xB2EAD0) is known color: Magic Mint. HEX triplet: B2, EA and D0. RGB value is (178,234,208). Sum of RGB (Red+Green+Blue) = 178+234+208=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EAD0 is #4D152F. Grayscale: #D6D6D6. Windows color (decimal): -5051696 or 13691570. OLE color: 13691570.
HSL color Cylindrical-coordinate representation of color #B2EAD0: hue angle of 152.14º 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 #B2EAD0 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 234 | 208 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.08 |
| HSL | 152.14º | 0.57% | 0.81% | - |
| HSV(B) | 152.14º | 0.24% | 0.92% | - |
| XYZ | 59.17 | 72.86 | 70.62 | - |
| YUV | 214.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 234 | 208 | 0.24 | 0 | 0.11 | 0.08 | 152.14 | 0.57 | 0.81 |
| Hex | B2 | EA | D0 | 18 | 0 | B | 8 | 98 | 39 | 51 |
| Octal | 262 | 352 | 320 | 30 | 0 | 13 | 10 | 230 | 71 | 121 |
| Binary | 10110010 | 11101010 | 11010000 | 11000 | 0 | 1011 | 1000 | 10011000 | 111001 | 1010001 |
Color Harmonies of #B2EAD0
Complementary color
Monochromatic Colors of #B2EAD0
Black with #B2EAD0
Text Example
Text Example
White with #B2EAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EAD0; }
p { color: rgb(178,234,208); }
H1.HeaderClassName
{
color: #B2EAD0;
}
.AnyTagClassName
{
color: #B2EAD0;
}
</style>
background-color css
<style>
a { background-color: #B2EAD0; }
a { background-color: rgb(178,234,208); }
div.DivClassName
{
background-color: #B2EAD0;
}
.BgClassName
{
background-color: #B2EAD0;
}
</style>
border-color css
<style>
span { border-color: #B2EAD0; }
span { border-color: rgb(178,234,208); }
td.TdClassName
{
border-color: #B2EAD0;
}
.TagClassName
{
border-color: #B2EAD0;
}
</style>