Shades of Magic Mint #B3EACA
Tints of Magic Mint #B3EACA
RGB
CMYK
RGB Variations
Color information
#B3EACA (or 0xB3EACA) is known color: Magic Mint. HEX triplet: B3, EA and CA. RGB value is (179,234,202). Sum of RGB (Red+Green+Blue) = 179+234+202=615 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.11% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #B3EACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EACA is #4C1535. Grayscale: #D5D5D5. Windows color (decimal): -4986166 or 13298355. OLE color: 13298355.
HSL color Cylindrical-coordinate representation of color #B3EACA: hue angle of 145.09º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EACA is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 234 | 202 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.08 |
| HSL | 145.09º | 0.57% | 0.81% | - |
| HSV(B) | 145.09º | 0.24% | 0.92% | - |
| XYZ | 58.67 | 72.69 | 66.82 | - |
| YUV | 213.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 234 | 202 | 0.24 | 0 | 0.14 | 0.08 | 145.09 | 0.57 | 0.81 |
| Hex | B3 | EA | CA | 18 | 0 | E | 8 | 91 | 39 | 51 |
| Octal | 263 | 352 | 312 | 30 | 0 | 16 | 10 | 221 | 71 | 121 |
| Binary | 10110011 | 11101010 | 11001010 | 11000 | 0 | 1110 | 1000 | 10010001 | 111001 | 1010001 |
Color Harmonies of #B3EACA
Complementary color
Monochromatic Colors of #B3EACA
Black with #B3EACA
Text Example
Text Example
White with #B3EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EACA; }
p { color: rgb(179,234,202); }
H1.HeaderClassName
{
color: #B3EACA;
}
.AnyTagClassName
{
color: #B3EACA;
}
</style>
background-color css
<style>
a { background-color: #B3EACA; }
a { background-color: rgb(179,234,202); }
div.DivClassName
{
background-color: #B3EACA;
}
.BgClassName
{
background-color: #B3EACA;
}
</style>
border-color css
<style>
span { border-color: #B3EACA; }
span { border-color: rgb(179,234,202); }
td.TdClassName
{
border-color: #B3EACA;
}
.TagClassName
{
border-color: #B3EACA;
}
</style>