Shades of Magic Mint #B1E5CA
Tints of Magic Mint #B1E5CA
RGB
CMYK
RGB Variations
Color information
#B1E5CA (or 0xB1E5CA) is known color: Magic Mint. HEX triplet: B1, E5 and CA. RGB value is (177,229,202). Sum of RGB (Red+Green+Blue) = 177+229+202=608 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.11% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E5CA is #4E1A35. Grayscale: #D2D2D2. Windows color (decimal): -5118518 or 13297073. OLE color: 13297073.
HSL color Cylindrical-coordinate representation of color #B1E5CA: hue angle of 148.85º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1E5CA is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 229 | 202 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.10 |
| HSL | 148.85º | 0.5% | 0.8% | - |
| HSV(B) | 148.85º | 0.23% | 0.9% | - |
| XYZ | 56.81 | 69.65 | 66.33 | - |
| YUV | 210.37 | 123.27 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 229 | 202 | 0.23 | 0 | 0.12 | 0.10 | 148.85 | 0.5 | 0.8 |
| Hex | B1 | E5 | CA | 17 | 0 | C | A | 95 | 32 | 50 |
| Octal | 261 | 345 | 312 | 27 | 0 | 14 | 12 | 225 | 62 | 120 |
| Binary | 10110001 | 11100101 | 11001010 | 10111 | 0 | 1100 | 1010 | 10010101 | 110010 | 1010000 |
Color Harmonies of #B1E5CA
Complementary color
Monochromatic Colors of #B1E5CA
Black with #B1E5CA
Text Example
Text Example
White with #B1E5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E5CA; }
p { color: rgb(177,229,202); }
H1.HeaderClassName
{
color: #B1E5CA;
}
.AnyTagClassName
{
color: #B1E5CA;
}
</style>
background-color css
<style>
a { background-color: #B1E5CA; }
a { background-color: rgb(177,229,202); }
div.DivClassName
{
background-color: #B1E5CA;
}
.BgClassName
{
background-color: #B1E5CA;
}
</style>
border-color css
<style>
span { border-color: #B1E5CA; }
span { border-color: rgb(177,229,202); }
td.TdClassName
{
border-color: #B1E5CA;
}
.TagClassName
{
border-color: #B1E5CA;
}
</style>