Shades of Magic Mint #B3ECD6
Tints of Magic Mint #B3ECD6
RGB
CMYK
RGB Variations
Color information
#B3ECD6 (or 0xB3ECD6) is known color: Magic Mint. HEX triplet: B3, EC and D6. RGB value is (179,236,214). Sum of RGB (Red+Green+Blue) = 179+236+214=629 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.46% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #B3ECD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3ECD6 is #4C1329. Grayscale: #D8D8D8. Windows color (decimal): -4985642 or 14085299. OLE color: 14085299.
HSL color Cylindrical-coordinate representation of color #B3ECD6: hue angle of 156.84º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3ECD6 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 236 | 214 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.07 |
| HSL | 156.84º | 0.6% | 0.81% | - |
| HSV(B) | 156.84º | 0.24% | 0.93% | - |
| XYZ | 60.72 | 74.43 | 74.78 | - |
| YUV | 216.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 236 | 214 | 0.24 | 0 | 0.09 | 0.07 | 156.84 | 0.6 | 0.81 |
| Hex | B3 | EC | D6 | 18 | 0 | 9 | 7 | 9D | 3C | 51 |
| Octal | 263 | 354 | 326 | 30 | 0 | 11 | 7 | 235 | 74 | 121 |
| Binary | 10110011 | 11101100 | 11010110 | 11000 | 0 | 1001 | 111 | 10011101 | 111100 | 1010001 |
Color Harmonies of #B3ECD6
Complementary color
Monochromatic Colors of #B3ECD6
Black with #B3ECD6
Text Example
Text Example
White with #B3ECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ECD6; }
p { color: rgb(179,236,214); }
H1.HeaderClassName
{
color: #B3ECD6;
}
.AnyTagClassName
{
color: #B3ECD6;
}
</style>
background-color css
<style>
a { background-color: #B3ECD6; }
a { background-color: rgb(179,236,214); }
div.DivClassName
{
background-color: #B3ECD6;
}
.BgClassName
{
background-color: #B3ECD6;
}
</style>
border-color css
<style>
span { border-color: #B3ECD6; }
span { border-color: rgb(179,236,214); }
td.TdClassName
{
border-color: #B3ECD6;
}
.TagClassName
{
border-color: #B3ECD6;
}
</style>