Shades of Magic Mint #B2E2CA
Tints of Magic Mint #B2E2CA
RGB
CMYK
RGB Variations
Color information
#B2E2CA (or 0xB2E2CA) is known color: Magic Mint. HEX triplet: B2, E2 and CA. RGB value is (178,226,202). Sum of RGB (Red+Green+Blue) = 178+226+202=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E2CA is #4D1D35. Grayscale: #D0D0D0. Windows color (decimal): -5053750 or 13296306. OLE color: 13296306.
HSL color Cylindrical-coordinate representation of color #B2E2CA: hue angle of 150º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2E2CA is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 226 | 202 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.11 |
| HSL | 150º | 0.45% | 0.79% | - |
| HSV(B) | 150º | 0.21% | 0.89% | - |
| XYZ | 56.22 | 68.12 | 66.06 | - |
| YUV | 208.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 226 | 202 | 0.21 | 0 | 0.11 | 0.11 | 150 | 0.45 | 0.79 |
| Hex | B2 | E2 | CA | 15 | 0 | B | B | 96 | 2D | 4F |
| Octal | 262 | 342 | 312 | 25 | 0 | 13 | 13 | 226 | 55 | 117 |
| Binary | 10110010 | 11100010 | 11001010 | 10101 | 0 | 1011 | 1011 | 10010110 | 101101 | 1001111 |
Color Harmonies of #B2E2CA
Complementary color
Monochromatic Colors of #B2E2CA
Black with #B2E2CA
Text Example
Text Example
White with #B2E2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E2CA; }
p { color: rgb(178,226,202); }
H1.HeaderClassName
{
color: #B2E2CA;
}
.AnyTagClassName
{
color: #B2E2CA;
}
</style>
background-color css
<style>
a { background-color: #B2E2CA; }
a { background-color: rgb(178,226,202); }
div.DivClassName
{
background-color: #B2E2CA;
}
.BgClassName
{
background-color: #B2E2CA;
}
</style>
border-color css
<style>
span { border-color: #B2E2CA; }
span { border-color: rgb(178,226,202); }
td.TdClassName
{
border-color: #B2E2CA;
}
.TagClassName
{
border-color: #B2E2CA;
}
</style>