Shades of Magic Mint #B3EBCA
Tints of Magic Mint #B3EBCA
RGB
CMYK
RGB Variations
Color information
#B3EBCA (or 0xB3EBCA) is known color: Magic Mint. HEX triplet: B3, EB and CA. RGB value is (179,235,202). Sum of RGB (Red+Green+Blue) = 179+235+202=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EBCA is #4C1435. Grayscale: #D6D6D6. Windows color (decimal): -4985910 or 13298611. OLE color: 13298611.
HSL color Cylindrical-coordinate representation of color #B3EBCA: hue angle of 144.64º degrees, saturation: 0.58, 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 #B3EBCA is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 235 | 202 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.08 |
| HSL | 144.64º | 0.58% | 0.81% | - |
| HSV(B) | 144.64º | 0.24% | 0.92% | - |
| XYZ | 58.96 | 73.26 | 66.91 | - |
| YUV | 214.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 235 | 202 | 0.24 | 0 | 0.14 | 0.08 | 144.64 | 0.58 | 0.81 |
| Hex | B3 | EB | CA | 18 | 0 | E | 8 | 91 | 3A | 51 |
| Octal | 263 | 353 | 312 | 30 | 0 | 16 | 10 | 221 | 72 | 121 |
| Binary | 10110011 | 11101011 | 11001010 | 11000 | 0 | 1110 | 1000 | 10010001 | 111010 | 1010001 |
Color Harmonies of #B3EBCA
Complementary color
Monochromatic Colors of #B3EBCA
Black with #B3EBCA
Text Example
Text Example
White with #B3EBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EBCA; }
p { color: rgb(179,235,202); }
H1.HeaderClassName
{
color: #B3EBCA;
}
.AnyTagClassName
{
color: #B3EBCA;
}
</style>
background-color css
<style>
a { background-color: #B3EBCA; }
a { background-color: rgb(179,235,202); }
div.DivClassName
{
background-color: #B3EBCA;
}
.BgClassName
{
background-color: #B3EBCA;
}
</style>
border-color css
<style>
span { border-color: #B3EBCA; }
span { border-color: rgb(179,235,202); }
td.TdClassName
{
border-color: #B3EBCA;
}
.TagClassName
{
border-color: #B3EBCA;
}
</style>