Shades of Magic Mint #B3E6D0
Tints of Magic Mint #B3E6D0
RGB
CMYK
RGB Variations
Color information
#B3E6D0 (or 0xB3E6D0) is known color: Magic Mint. HEX triplet: B3, E6 and D0. RGB value is (179,230,208). Sum of RGB (Red+Green+Blue) = 179+230+208=617 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.01% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 230 - color contains mainly: green. Hex color #B3E6D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E6D0 is #4C192F. Grayscale: #D4D4D4. Windows color (decimal): -4987184 or 13690547. OLE color: 13690547.
HSL color Cylindrical-coordinate representation of color #B3E6D0: hue angle of 154.12º 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 #B3E6D0 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 230 | 208 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.10 |
| HSL | 154.12º | 0.5% | 0.8% | - |
| HSV(B) | 154.12º | 0.22% | 0.9% | - |
| XYZ | 58.27 | 70.73 | 70.26 | - |
| YUV | 212.24 | 125.6 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 230 | 208 | 0.22 | 0 | 0.10 | 0.10 | 154.12 | 0.5 | 0.8 |
| Hex | B3 | E6 | D0 | 16 | 0 | A | A | 9A | 32 | 50 |
| Octal | 263 | 346 | 320 | 26 | 0 | 12 | 12 | 232 | 62 | 120 |
| Binary | 10110011 | 11100110 | 11010000 | 10110 | 0 | 1010 | 1010 | 10011010 | 110010 | 1010000 |
Color Harmonies of #B3E6D0
Complementary color
Monochromatic Colors of #B3E6D0
Black with #B3E6D0
Text Example
Text Example
White with #B3E6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E6D0; }
p { color: rgb(179,230,208); }
H1.HeaderClassName
{
color: #B3E6D0;
}
.AnyTagClassName
{
color: #B3E6D0;
}
</style>
background-color css
<style>
a { background-color: #B3E6D0; }
a { background-color: rgb(179,230,208); }
div.DivClassName
{
background-color: #B3E6D0;
}
.BgClassName
{
background-color: #B3E6D0;
}
</style>
border-color css
<style>
span { border-color: #B3E6D0; }
span { border-color: rgb(179,230,208); }
td.TdClassName
{
border-color: #B3E6D0;
}
.TagClassName
{
border-color: #B3E6D0;
}
</style>