Shades of Magic Mint #B3E8CA
Tints of Magic Mint #B3E8CA
RGB
CMYK
RGB Variations
Color information
#B3E8CA (or 0xB3E8CA) is known color: Magic Mint. HEX triplet: B3, E8 and CA. RGB value is (179,232,202). Sum of RGB (Red+Green+Blue) = 179+232+202=613 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.20% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #B3E8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E8CA is #4C1735. Grayscale: #D4D4D4. Windows color (decimal): -4986678 or 13297843. OLE color: 13297843.
HSL color Cylindrical-coordinate representation of color #B3E8CA: hue angle of 146.04º 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 #B3E8CA is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 232 | 202 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.09 |
| HSL | 146.04º | 0.54% | 0.81% | - |
| HSV(B) | 146.04º | 0.23% | 0.91% | - |
| XYZ | 58.11 | 71.56 | 66.63 | - |
| YUV | 212.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 232 | 202 | 0.23 | 0 | 0.13 | 0.09 | 146.04 | 0.54 | 0.81 |
| Hex | B3 | E8 | CA | 17 | 0 | D | 9 | 92 | 36 | 51 |
| Octal | 263 | 350 | 312 | 27 | 0 | 15 | 11 | 222 | 66 | 121 |
| Binary | 10110011 | 11101000 | 11001010 | 10111 | 0 | 1101 | 1001 | 10010010 | 110110 | 1010001 |
Color Harmonies of #B3E8CA
Complementary color
Monochromatic Colors of #B3E8CA
Black with #B3E8CA
Text Example
Text Example
White with #B3E8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E8CA; }
p { color: rgb(179,232,202); }
H1.HeaderClassName
{
color: #B3E8CA;
}
.AnyTagClassName
{
color: #B3E8CA;
}
</style>
background-color css
<style>
a { background-color: #B3E8CA; }
a { background-color: rgb(179,232,202); }
div.DivClassName
{
background-color: #B3E8CA;
}
.BgClassName
{
background-color: #B3E8CA;
}
</style>
border-color css
<style>
span { border-color: #B3E8CA; }
span { border-color: rgb(179,232,202); }
td.TdClassName
{
border-color: #B3E8CA;
}
.TagClassName
{
border-color: #B3E8CA;
}
</style>