Shades of Magic Mint #B3ECCD
Tints of Magic Mint #B3ECCD
RGB
CMYK
RGB Variations
Color information
#B3ECCD (or 0xB3ECCD) is known color: Magic Mint. HEX triplet: B3, EC and CD. RGB value is (179,236,205). Sum of RGB (Red+Green+Blue) = 179+236+205=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #B3ECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3ECCD is #4C1332. Grayscale: #D7D7D7. Windows color (decimal): -4985651 or 13495475. OLE color: 13495475.
HSL color Cylindrical-coordinate representation of color #B3ECCD: hue angle of 147.37º 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 #B3ECCD is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 236 | 205 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.07 |
| HSL | 147.37º | 0.6% | 0.81% | - |
| HSV(B) | 147.37º | 0.24% | 0.93% | - |
| XYZ | 59.61 | 73.98 | 68.9 | - |
| YUV | 215.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 236 | 205 | 0.24 | 0 | 0.13 | 0.07 | 147.37 | 0.6 | 0.81 |
| Hex | B3 | EC | CD | 18 | 0 | D | 7 | 93 | 3C | 51 |
| Octal | 263 | 354 | 315 | 30 | 0 | 15 | 7 | 223 | 74 | 121 |
| Binary | 10110011 | 11101100 | 11001101 | 11000 | 0 | 1101 | 111 | 10010011 | 111100 | 1010001 |
Color Harmonies of #B3ECCD
Complementary color
Monochromatic Colors of #B3ECCD
Black with #B3ECCD
Text Example
Text Example
White with #B3ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ECCD; }
p { color: rgb(179,236,205); }
H1.HeaderClassName
{
color: #B3ECCD;
}
.AnyTagClassName
{
color: #B3ECCD;
}
</style>
background-color css
<style>
a { background-color: #B3ECCD; }
a { background-color: rgb(179,236,205); }
div.DivClassName
{
background-color: #B3ECCD;
}
.BgClassName
{
background-color: #B3ECCD;
}
</style>
border-color css
<style>
span { border-color: #B3ECCD; }
span { border-color: rgb(179,236,205); }
td.TdClassName
{
border-color: #B3ECCD;
}
.TagClassName
{
border-color: #B3ECCD;
}
</style>