Shades of Magic Mint #B2EAD3
Tints of Magic Mint #B2EAD3
RGB
CMYK
RGB Variations
Color information
#B2EAD3 (or 0xB2EAD3) is known color: Magic Mint. HEX triplet: B2, EA and D3. RGB value is (178,234,211). Sum of RGB (Red+Green+Blue) = 178+234+211=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EAD3 is #4D152C. Grayscale: #D6D6D6. Windows color (decimal): -5051693 or 13888178. OLE color: 13888178.
HSL color Cylindrical-coordinate representation of color #B2EAD3: hue angle of 155.36º 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 #B2EAD3 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 234 | 211 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.08 |
| HSL | 155.36º | 0.57% | 0.81% | - |
| HSV(B) | 155.36º | 0.24% | 0.92% | - |
| XYZ | 59.54 | 73.01 | 72.58 | - |
| YUV | 214.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 234 | 211 | 0.24 | 0 | 0.10 | 0.08 | 155.36 | 0.57 | 0.81 |
| Hex | B2 | EA | D3 | 18 | 0 | A | 8 | 9B | 39 | 51 |
| Octal | 262 | 352 | 323 | 30 | 0 | 12 | 10 | 233 | 71 | 121 |
| Binary | 10110010 | 11101010 | 11010011 | 11000 | 0 | 1010 | 1000 | 10011011 | 111001 | 1010001 |
Color Harmonies of #B2EAD3
Complementary color
Monochromatic Colors of #B2EAD3
Black with #B2EAD3
Text Example
Text Example
White with #B2EAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EAD3; }
p { color: rgb(178,234,211); }
H1.HeaderClassName
{
color: #B2EAD3;
}
.AnyTagClassName
{
color: #B2EAD3;
}
</style>
background-color css
<style>
a { background-color: #B2EAD3; }
a { background-color: rgb(178,234,211); }
div.DivClassName
{
background-color: #B2EAD3;
}
.BgClassName
{
background-color: #B2EAD3;
}
</style>
border-color css
<style>
span { border-color: #B2EAD3; }
span { border-color: rgb(178,234,211); }
td.TdClassName
{
border-color: #B2EAD3;
}
.TagClassName
{
border-color: #B2EAD3;
}
</style>