Shades of Magic Mint #B1EECD
Tints of Magic Mint #B1EECD
RGB
CMYK
RGB Variations
Color information
#B1EECD (or 0xB1EECD) is known color: Magic Mint. HEX triplet: B1, EE and CD. RGB value is (177,238,205). Sum of RGB (Red+Green+Blue) = 177+238+205=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EECD is #4E1132. Grayscale: #D8D8D8. Windows color (decimal): -5116211 or 13495985. OLE color: 13495985.
HSL color Cylindrical-coordinate representation of color #B1EECD: hue angle of 147.54º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EECD is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 238 | 205 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.07 |
| HSL | 147.54º | 0.64% | 0.81% | - |
| HSV(B) | 147.54º | 0.26% | 0.93% | - |
| XYZ | 59.73 | 74.9 | 69.07 | - |
| YUV | 216 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 205 | 0.26 | 0 | 0.14 | 0.07 | 147.54 | 0.64 | 0.81 |
| Hex | B1 | EE | CD | 1A | 0 | E | 7 | 94 | 40 | 51 |
| Octal | 261 | 356 | 315 | 32 | 0 | 16 | 7 | 224 | 100 | 121 |
| Binary | 10110001 | 11101110 | 11001101 | 11010 | 0 | 1110 | 111 | 10010100 | 1000000 | 1010001 |
Color Harmonies of #B1EECD
Complementary color
Monochromatic Colors of #B1EECD
Black with #B1EECD
Text Example
Text Example
White with #B1EECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EECD; }
p { color: rgb(177,238,205); }
H1.HeaderClassName
{
color: #B1EECD;
}
.AnyTagClassName
{
color: #B1EECD;
}
</style>
background-color css
<style>
a { background-color: #B1EECD; }
a { background-color: rgb(177,238,205); }
div.DivClassName
{
background-color: #B1EECD;
}
.BgClassName
{
background-color: #B1EECD;
}
</style>
border-color css
<style>
span { border-color: #B1EECD; }
span { border-color: rgb(177,238,205); }
td.TdClassName
{
border-color: #B1EECD;
}
.TagClassName
{
border-color: #B1EECD;
}
</style>