Shades of Magic Mint #B3E7CC
Tints of Magic Mint #B3E7CC
RGB
CMYK
RGB Variations
Color information
#B3E7CC (or 0xB3E7CC) is known color: Magic Mint. HEX triplet: B3, E7 and CC. RGB value is (179,231,204). Sum of RGB (Red+Green+Blue) = 179+231+204=614 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.15% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #B3E7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E7CC is #4C1833. Grayscale: #D4D4D4. Windows color (decimal): -4986932 or 13428659. OLE color: 13428659.
HSL color Cylindrical-coordinate representation of color #B3E7CC: hue angle of 148.85º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3E7CC is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 231 | 204 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.09 |
| HSL | 148.85º | 0.52% | 0.8% | - |
| HSV(B) | 148.85º | 0.23% | 0.91% | - |
| XYZ | 58.07 | 71.1 | 67.79 | - |
| YUV | 212.37 | 123.27 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 231 | 204 | 0.23 | 0 | 0.12 | 0.09 | 148.85 | 0.52 | 0.8 |
| Hex | B3 | E7 | CC | 17 | 0 | C | 9 | 95 | 34 | 50 |
| Octal | 263 | 347 | 314 | 27 | 0 | 14 | 11 | 225 | 64 | 120 |
| Binary | 10110011 | 11100111 | 11001100 | 10111 | 0 | 1100 | 1001 | 10010101 | 110100 | 1010000 |
Color Harmonies of #B3E7CC
Complementary color
Monochromatic Colors of #B3E7CC
Black with #B3E7CC
Text Example
Text Example
White with #B3E7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E7CC; }
p { color: rgb(179,231,204); }
H1.HeaderClassName
{
color: #B3E7CC;
}
.AnyTagClassName
{
color: #B3E7CC;
}
</style>
background-color css
<style>
a { background-color: #B3E7CC; }
a { background-color: rgb(179,231,204); }
div.DivClassName
{
background-color: #B3E7CC;
}
.BgClassName
{
background-color: #B3E7CC;
}
</style>
border-color css
<style>
span { border-color: #B3E7CC; }
span { border-color: rgb(179,231,204); }
td.TdClassName
{
border-color: #B3E7CC;
}
.TagClassName
{
border-color: #B3E7CC;
}
</style>