Shades of Magic Mint #B2EAD1
Tints of Magic Mint #B2EAD1
RGB
CMYK
RGB Variations
Color information
#B2EAD1 (or 0xB2EAD1) is known color: Magic Mint. HEX triplet: B2, EA and D1. RGB value is (178,234,209). Sum of RGB (Red+Green+Blue) = 178+234+209=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EAD1 is #4D152E. Grayscale: #D6D6D6. Windows color (decimal): -5051695 or 13757106. OLE color: 13757106.
HSL color Cylindrical-coordinate representation of color #B2EAD1: hue angle of 153.21º 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 #B2EAD1 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 234 | 209 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.08 |
| HSL | 153.21º | 0.57% | 0.81% | - |
| HSV(B) | 153.21º | 0.24% | 0.92% | - |
| XYZ | 59.29 | 72.91 | 71.27 | - |
| YUV | 214.41 | 124.95 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 234 | 209 | 0.24 | 0 | 0.11 | 0.08 | 153.21 | 0.57 | 0.81 |
| Hex | B2 | EA | D1 | 18 | 0 | B | 8 | 99 | 39 | 51 |
| Octal | 262 | 352 | 321 | 30 | 0 | 13 | 10 | 231 | 71 | 121 |
| Binary | 10110010 | 11101010 | 11010001 | 11000 | 0 | 1011 | 1000 | 10011001 | 111001 | 1010001 |
Color Harmonies of #B2EAD1
Complementary color
Monochromatic Colors of #B2EAD1
Black with #B2EAD1
Text Example
Text Example
White with #B2EAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EAD1; }
p { color: rgb(178,234,209); }
H1.HeaderClassName
{
color: #B2EAD1;
}
.AnyTagClassName
{
color: #B2EAD1;
}
</style>
background-color css
<style>
a { background-color: #B2EAD1; }
a { background-color: rgb(178,234,209); }
div.DivClassName
{
background-color: #B2EAD1;
}
.BgClassName
{
background-color: #B2EAD1;
}
</style>
border-color css
<style>
span { border-color: #B2EAD1; }
span { border-color: rgb(178,234,209); }
td.TdClassName
{
border-color: #B2EAD1;
}
.TagClassName
{
border-color: #B2EAD1;
}
</style>