Shades of Magic Mint #B2E6CD
Tints of Magic Mint #B2E6CD
RGB
CMYK
RGB Variations
Color information
#B2E6CD (or 0xB2E6CD) is known color: Magic Mint. HEX triplet: B2, E6 and CD. RGB value is (178,230,205). Sum of RGB (Red+Green+Blue) = 178+230+205=613 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.04% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E6CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E6CD is #4D1932. Grayscale: #D3D3D3. Windows color (decimal): -5052723 or 13493938. OLE color: 13493938.
HSL color Cylindrical-coordinate representation of color #B2E6CD: hue angle of 151.15º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2E6CD is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 230 | 205 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.10 |
| HSL | 151.15º | 0.51% | 0.8% | - |
| HSV(B) | 151.15º | 0.23% | 0.9% | - |
| XYZ | 57.68 | 70.47 | 68.32 | - |
| YUV | 211.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 230 | 205 | 0.23 | 0 | 0.11 | 0.10 | 151.15 | 0.51 | 0.8 |
| Hex | B2 | E6 | CD | 17 | 0 | B | A | 97 | 33 | 50 |
| Octal | 262 | 346 | 315 | 27 | 0 | 13 | 12 | 227 | 63 | 120 |
| Binary | 10110010 | 11100110 | 11001101 | 10111 | 0 | 1011 | 1010 | 10010111 | 110011 | 1010000 |
Color Harmonies of #B2E6CD
Complementary color
Monochromatic Colors of #B2E6CD
Black with #B2E6CD
Text Example
Text Example
White with #B2E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E6CD; }
p { color: rgb(178,230,205); }
H1.HeaderClassName
{
color: #B2E6CD;
}
.AnyTagClassName
{
color: #B2E6CD;
}
</style>
background-color css
<style>
a { background-color: #B2E6CD; }
a { background-color: rgb(178,230,205); }
div.DivClassName
{
background-color: #B2E6CD;
}
.BgClassName
{
background-color: #B2E6CD;
}
</style>
border-color css
<style>
span { border-color: #B2E6CD; }
span { border-color: rgb(178,230,205); }
td.TdClassName
{
border-color: #B2E6CD;
}
.TagClassName
{
border-color: #B2E6CD;
}
</style>