Shades of Magic Mint #B3E6CC
Tints of Magic Mint #B3E6CC
RGB
CMYK
RGB Variations
Color information
#B3E6CC (or 0xB3E6CC) is known color: Magic Mint. HEX triplet: B3, E6 and CC. RGB value is (179,230,204). Sum of RGB (Red+Green+Blue) = 179+230+204=613 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.20% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 230 - color contains mainly: green. Hex color #B3E6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E6CC is #4C1933. Grayscale: #D3D3D3. Windows color (decimal): -4987188 or 13428403. OLE color: 13428403.
HSL color Cylindrical-coordinate representation of color #B3E6CC: hue angle of 149.41º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3E6CC is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 230 | 204 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.10 |
| HSL | 149.41º | 0.5% | 0.8% | - |
| HSV(B) | 149.41º | 0.22% | 0.9% | - |
| XYZ | 57.79 | 70.54 | 67.7 | - |
| YUV | 211.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 230 | 204 | 0.22 | 0 | 0.11 | 0.10 | 149.41 | 0.5 | 0.8 |
| Hex | B3 | E6 | CC | 16 | 0 | B | A | 95 | 32 | 50 |
| Octal | 263 | 346 | 314 | 26 | 0 | 13 | 12 | 225 | 62 | 120 |
| Binary | 10110011 | 11100110 | 11001100 | 10110 | 0 | 1011 | 1010 | 10010101 | 110010 | 1010000 |
Color Harmonies of #B3E6CC
Complementary color
Monochromatic Colors of #B3E6CC
Black with #B3E6CC
Text Example
Text Example
White with #B3E6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E6CC; }
p { color: rgb(179,230,204); }
H1.HeaderClassName
{
color: #B3E6CC;
}
.AnyTagClassName
{
color: #B3E6CC;
}
</style>
background-color css
<style>
a { background-color: #B3E6CC; }
a { background-color: rgb(179,230,204); }
div.DivClassName
{
background-color: #B3E6CC;
}
.BgClassName
{
background-color: #B3E6CC;
}
</style>
border-color css
<style>
span { border-color: #B3E6CC; }
span { border-color: rgb(179,230,204); }
td.TdClassName
{
border-color: #B3E6CC;
}
.TagClassName
{
border-color: #B3E6CC;
}
</style>