Shades of Magic Mint #B1EBCA
Tints of Magic Mint #B1EBCA
RGB
CMYK
RGB Variations
Color information
#B1EBCA (or 0xB1EBCA) is known color: Magic Mint. HEX triplet: B1, EB and CA. RGB value is (177,235,202). Sum of RGB (Red+Green+Blue) = 177+235+202=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBCA is #4E1435. Grayscale: #D5D5D5. Windows color (decimal): -5116982 or 13298609. OLE color: 13298609.
HSL color Cylindrical-coordinate representation of color #B1EBCA: hue angle of 145.86º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBCA is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 235 | 202 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.08 |
| HSL | 145.86º | 0.59% | 0.81% | - |
| HSV(B) | 145.86º | 0.25% | 0.92% | - |
| XYZ | 58.5 | 73.03 | 66.89 | - |
| YUV | 213.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 235 | 202 | 0.25 | 0 | 0.14 | 0.08 | 145.86 | 0.59 | 0.81 |
| Hex | B1 | EB | CA | 19 | 0 | E | 8 | 92 | 3B | 51 |
| Octal | 261 | 353 | 312 | 31 | 0 | 16 | 10 | 222 | 73 | 121 |
| Binary | 10110001 | 11101011 | 11001010 | 11001 | 0 | 1110 | 1000 | 10010010 | 111011 | 1010001 |
Color Harmonies of #B1EBCA
Complementary color
Monochromatic Colors of #B1EBCA
Black with #B1EBCA
Text Example
Text Example
White with #B1EBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EBCA; }
p { color: rgb(177,235,202); }
H1.HeaderClassName
{
color: #B1EBCA;
}
.AnyTagClassName
{
color: #B1EBCA;
}
</style>
background-color css
<style>
a { background-color: #B1EBCA; }
a { background-color: rgb(177,235,202); }
div.DivClassName
{
background-color: #B1EBCA;
}
.BgClassName
{
background-color: #B1EBCA;
}
</style>
border-color css
<style>
span { border-color: #B1EBCA; }
span { border-color: rgb(177,235,202); }
td.TdClassName
{
border-color: #B1EBCA;
}
.TagClassName
{
border-color: #B1EBCA;
}
</style>