Shades of Magic Mint #B2EDCC
Tints of Magic Mint #B2EDCC
RGB
CMYK
RGB Variations
Color information
#B2EDCC (or 0xB2EDCC) is known color: Magic Mint. HEX triplet: B2, ED and CC. RGB value is (178,237,204). Sum of RGB (Red+Green+Blue) = 178+237+204=619 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.76% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDCC is #4D1233. Grayscale: #D7D7D7. Windows color (decimal): -5050932 or 13430194. OLE color: 13430194.
HSL color Cylindrical-coordinate representation of color #B2EDCC: hue angle of 146.44º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EDCC is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 204 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.07 |
| HSL | 146.44º | 0.62% | 0.81% | - |
| HSV(B) | 146.44º | 0.25% | 0.93% | - |
| XYZ | 59.54 | 74.39 | 68.35 | - |
| YUV | 215.6 | 121.45 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 204 | 0.25 | 0 | 0.14 | 0.07 | 146.44 | 0.62 | 0.81 |
| Hex | B2 | ED | CC | 19 | 0 | E | 7 | 92 | 3E | 51 |
| Octal | 262 | 355 | 314 | 31 | 0 | 16 | 7 | 222 | 76 | 121 |
| Binary | 10110010 | 11101101 | 11001100 | 11001 | 0 | 1110 | 111 | 10010010 | 111110 | 1010001 |
Color Harmonies of #B2EDCC
Complementary color
Monochromatic Colors of #B2EDCC
Black with #B2EDCC
Text Example
Text Example
White with #B2EDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EDCC; }
p { color: rgb(178,237,204); }
H1.HeaderClassName
{
color: #B2EDCC;
}
.AnyTagClassName
{
color: #B2EDCC;
}
</style>
background-color css
<style>
a { background-color: #B2EDCC; }
a { background-color: rgb(178,237,204); }
div.DivClassName
{
background-color: #B2EDCC;
}
.BgClassName
{
background-color: #B2EDCC;
}
</style>
border-color css
<style>
span { border-color: #B2EDCC; }
span { border-color: rgb(178,237,204); }
td.TdClassName
{
border-color: #B2EDCC;
}
.TagClassName
{
border-color: #B2EDCC;
}
</style>