Shades of Magic Mint #B1EFD5
Tints of Magic Mint #B1EFD5
RGB
CMYK
RGB Variations
Color information
#B1EFD5 (or 0xB1EFD5) is known color: Magic Mint. HEX triplet: B1, EF and D5. RGB value is (177,239,213). Sum of RGB (Red+Green+Blue) = 177+239+213=629 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.14% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EFD5 is #4E102A. Grayscale: #D9D9D9. Windows color (decimal): -5115947 or 14020529. OLE color: 14020529.
HSL color Cylindrical-coordinate representation of color #B1EFD5: hue angle of 154.84º 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 #B1EFD5 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 239 | 213 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.06 |
| HSL | 154.84º | 0.66% | 0.82% | - |
| HSV(B) | 154.84º | 0.26% | 0.94% | - |
| XYZ | 61.01 | 75.88 | 74.38 | - |
| YUV | 217.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 239 | 213 | 0.26 | 0 | 0.11 | 0.06 | 154.84 | 0.66 | 0.82 |
| Hex | B1 | EF | D5 | 1A | 0 | B | 6 | 9B | 42 | 52 |
| Octal | 261 | 357 | 325 | 32 | 0 | 13 | 6 | 233 | 102 | 122 |
| Binary | 10110001 | 11101111 | 11010101 | 11010 | 0 | 1011 | 110 | 10011011 | 1000010 | 1010010 |
Color Harmonies of #B1EFD5
Complementary color
Monochromatic Colors of #B1EFD5
Black with #B1EFD5
Text Example
Text Example
White with #B1EFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EFD5; }
p { color: rgb(177,239,213); }
H1.HeaderClassName
{
color: #B1EFD5;
}
.AnyTagClassName
{
color: #B1EFD5;
}
</style>
background-color css
<style>
a { background-color: #B1EFD5; }
a { background-color: rgb(177,239,213); }
div.DivClassName
{
background-color: #B1EFD5;
}
.BgClassName
{
background-color: #B1EFD5;
}
</style>
border-color css
<style>
span { border-color: #B1EFD5; }
span { border-color: rgb(177,239,213); }
td.TdClassName
{
border-color: #B1EFD5;
}
.TagClassName
{
border-color: #B1EFD5;
}
</style>