Shades of Magic Mint #B2E3CC
Tints of Magic Mint #B2E3CC
RGB
CMYK
RGB Variations
Color information
#B2E3CC (or 0xB2E3CC) is known color: Magic Mint. HEX triplet: B2, E3 and CC. RGB value is (178,227,204). Sum of RGB (Red+Green+Blue) = 178+227+204=609 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.23% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 227 - color contains mainly: green. Hex color #B2E3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E3CC is #4D1C33. Grayscale: #D1D1D1. Windows color (decimal): -5053492 or 13427634. OLE color: 13427634.
HSL color Cylindrical-coordinate representation of color #B2E3CC: hue angle of 151.84º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2E3CC is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 227 | 204 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.11 |
| HSL | 151.84º | 0.47% | 0.79% | - |
| HSV(B) | 151.84º | 0.22% | 0.89% | - |
| XYZ | 56.73 | 68.76 | 67.41 | - |
| YUV | 209.73 | 124.77 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 227 | 204 | 0.22 | 0 | 0.10 | 0.11 | 151.84 | 0.47 | 0.79 |
| Hex | B2 | E3 | CC | 16 | 0 | A | B | 98 | 2F | 4F |
| Octal | 262 | 343 | 314 | 26 | 0 | 12 | 13 | 230 | 57 | 117 |
| Binary | 10110010 | 11100011 | 11001100 | 10110 | 0 | 1010 | 1011 | 10011000 | 101111 | 1001111 |
Color Harmonies of #B2E3CC
Complementary color
Monochromatic Colors of #B2E3CC
Black with #B2E3CC
Text Example
Text Example
White with #B2E3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E3CC; }
p { color: rgb(178,227,204); }
H1.HeaderClassName
{
color: #B2E3CC;
}
.AnyTagClassName
{
color: #B2E3CC;
}
</style>
background-color css
<style>
a { background-color: #B2E3CC; }
a { background-color: rgb(178,227,204); }
div.DivClassName
{
background-color: #B2E3CC;
}
.BgClassName
{
background-color: #B2E3CC;
}
</style>
border-color css
<style>
span { border-color: #B2E3CC; }
span { border-color: rgb(178,227,204); }
td.TdClassName
{
border-color: #B2E3CC;
}
.TagClassName
{
border-color: #B2E3CC;
}
</style>