Shades of Magic Mint #B1EFCA
Tints of Magic Mint #B1EFCA
RGB
CMYK
RGB Variations
Color information
#B1EFCA (or 0xB1EFCA) is known color: Magic Mint. HEX triplet: B1, EF and CA. RGB value is (177,239,202). Sum of RGB (Red+Green+Blue) = 177+239+202=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EFCA is #4E1035. Grayscale: #D8D8D8. Windows color (decimal): -5115958 or 13299633. OLE color: 13299633.
HSL color Cylindrical-coordinate representation of color #B1EFCA: hue angle of 144.19º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EFCA is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 239 | 202 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.06 |
| HSL | 144.19º | 0.66% | 0.82% | - |
| HSV(B) | 144.19º | 0.26% | 0.94% | - |
| XYZ | 59.66 | 75.34 | 67.28 | - |
| YUV | 216.24 | 119.96 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 239 | 202 | 0.26 | 0 | 0.15 | 0.06 | 144.19 | 0.66 | 0.82 |
| Hex | B1 | EF | CA | 1A | 0 | F | 6 | 90 | 42 | 52 |
| Octal | 261 | 357 | 312 | 32 | 0 | 17 | 6 | 220 | 102 | 122 |
| Binary | 10110001 | 11101111 | 11001010 | 11010 | 0 | 1111 | 110 | 10010000 | 1000010 | 1010010 |
Color Harmonies of #B1EFCA
Complementary color
Monochromatic Colors of #B1EFCA
Black with #B1EFCA
Text Example
Text Example
White with #B1EFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EFCA; }
p { color: rgb(177,239,202); }
H1.HeaderClassName
{
color: #B1EFCA;
}
.AnyTagClassName
{
color: #B1EFCA;
}
</style>
background-color css
<style>
a { background-color: #B1EFCA; }
a { background-color: rgb(177,239,202); }
div.DivClassName
{
background-color: #B1EFCA;
}
.BgClassName
{
background-color: #B1EFCA;
}
</style>
border-color css
<style>
span { border-color: #B1EFCA; }
span { border-color: rgb(177,239,202); }
td.TdClassName
{
border-color: #B1EFCA;
}
.TagClassName
{
border-color: #B1EFCA;
}
</style>