Shades of Magic Mint #B3E8CC
Tints of Magic Mint #B3E8CC
RGB
CMYK
RGB Variations
Color information
#B3E8CC (or 0xB3E8CC) is known color: Magic Mint. HEX triplet: B3, E8 and CC. RGB value is (179,232,204). Sum of RGB (Red+Green+Blue) = 179+232+204=615 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.11% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 232 - color contains mainly: green. Hex color #B3E8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E8CC is #4C1733. Grayscale: #D5D5D5. Windows color (decimal): -4986676 or 13428915. OLE color: 13428915.
HSL color Cylindrical-coordinate representation of color #B3E8CC: hue angle of 148.3º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3E8CC is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 232 | 204 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.09 |
| HSL | 148.3º | 0.54% | 0.81% | - |
| HSV(B) | 148.3º | 0.23% | 0.91% | - |
| XYZ | 58.35 | 71.66 | 67.88 | - |
| YUV | 212.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 232 | 204 | 0.23 | 0 | 0.12 | 0.09 | 148.3 | 0.54 | 0.81 |
| Hex | B3 | E8 | CC | 17 | 0 | C | 9 | 94 | 36 | 51 |
| Octal | 263 | 350 | 314 | 27 | 0 | 14 | 11 | 224 | 66 | 121 |
| Binary | 10110011 | 11101000 | 11001100 | 10111 | 0 | 1100 | 1001 | 10010100 | 110110 | 1010001 |
Color Harmonies of #B3E8CC
Complementary color
Monochromatic Colors of #B3E8CC
Black with #B3E8CC
Text Example
Text Example
White with #B3E8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E8CC; }
p { color: rgb(179,232,204); }
H1.HeaderClassName
{
color: #B3E8CC;
}
.AnyTagClassName
{
color: #B3E8CC;
}
</style>
background-color css
<style>
a { background-color: #B3E8CC; }
a { background-color: rgb(179,232,204); }
div.DivClassName
{
background-color: #B3E8CC;
}
.BgClassName
{
background-color: #B3E8CC;
}
</style>
border-color css
<style>
span { border-color: #B3E8CC; }
span { border-color: rgb(179,232,204); }
td.TdClassName
{
border-color: #B3E8CC;
}
.TagClassName
{
border-color: #B3E8CC;
}
</style>