Shades of Magic Mint #B2EDCE
Tints of Magic Mint #B2EDCE
RGB
CMYK
RGB Variations
Color information
#B2EDCE (or 0xB2EDCE) is known color: Magic Mint. HEX triplet: B2, ED and CE. RGB value is (178,237,206). Sum of RGB (Red+Green+Blue) = 178+237+206=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDCE is #4D1231. Grayscale: #D7D7D7. Windows color (decimal): -5050930 or 13561266. OLE color: 13561266.
HSL color Cylindrical-coordinate representation of color #B2EDCE: hue angle of 148.47º 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 #B2EDCE is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 206 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.07 |
| HSL | 148.47º | 0.62% | 0.81% | - |
| HSV(B) | 148.47º | 0.25% | 0.93% | - |
| XYZ | 59.78 | 74.49 | 69.62 | - |
| YUV | 215.83 | 122.45 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 206 | 0.25 | 0 | 0.13 | 0.07 | 148.47 | 0.62 | 0.81 |
| Hex | B2 | ED | CE | 19 | 0 | D | 7 | 94 | 3E | 51 |
| Octal | 262 | 355 | 316 | 31 | 0 | 15 | 7 | 224 | 76 | 121 |
| Binary | 10110010 | 11101101 | 11001110 | 11001 | 0 | 1101 | 111 | 10010100 | 111110 | 1010001 |
Color Harmonies of #B2EDCE
Complementary color
Monochromatic Colors of #B2EDCE
Black with #B2EDCE
Text Example
Text Example
White with #B2EDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EDCE; }
p { color: rgb(178,237,206); }
H1.HeaderClassName
{
color: #B2EDCE;
}
.AnyTagClassName
{
color: #B2EDCE;
}
</style>
background-color css
<style>
a { background-color: #B2EDCE; }
a { background-color: rgb(178,237,206); }
div.DivClassName
{
background-color: #B2EDCE;
}
.BgClassName
{
background-color: #B2EDCE;
}
</style>
border-color css
<style>
span { border-color: #B2EDCE; }
span { border-color: rgb(178,237,206); }
td.TdClassName
{
border-color: #B2EDCE;
}
.TagClassName
{
border-color: #B2EDCE;
}
</style>