Shades of Magic Mint #B1EDCD
Tints of Magic Mint #B1EDCD
RGB
CMYK
RGB Variations
Color information
#B1EDCD (or 0xB1EDCD) is known color: Magic Mint. HEX triplet: B1, ED and CD. RGB value is (177,237,205). Sum of RGB (Red+Green+Blue) = 177+237+205=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDCD is #4E1232. Grayscale: #D7D7D7. Windows color (decimal): -5116467 or 13495729. OLE color: 13495729.
HSL color Cylindrical-coordinate representation of color #B1EDCD: hue angle of 148º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EDCD is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 237 | 205 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.07 |
| HSL | 148º | 0.63% | 0.81% | - |
| HSV(B) | 148º | 0.25% | 0.93% | - |
| XYZ | 59.44 | 74.32 | 68.97 | - |
| YUV | 215.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 237 | 205 | 0.25 | 0 | 0.14 | 0.07 | 148 | 0.63 | 0.81 |
| Hex | B1 | ED | CD | 19 | 0 | E | 7 | 94 | 3E | 51 |
| Octal | 261 | 355 | 315 | 31 | 0 | 16 | 7 | 224 | 76 | 121 |
| Binary | 10110001 | 11101101 | 11001101 | 11001 | 0 | 1110 | 111 | 10010100 | 111110 | 1010001 |
Color Harmonies of #B1EDCD
Complementary color
Monochromatic Colors of #B1EDCD
Black with #B1EDCD
Text Example
Text Example
White with #B1EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EDCD; }
p { color: rgb(177,237,205); }
H1.HeaderClassName
{
color: #B1EDCD;
}
.AnyTagClassName
{
color: #B1EDCD;
}
</style>
background-color css
<style>
a { background-color: #B1EDCD; }
a { background-color: rgb(177,237,205); }
div.DivClassName
{
background-color: #B1EDCD;
}
.BgClassName
{
background-color: #B1EDCD;
}
</style>
border-color css
<style>
span { border-color: #B1EDCD; }
span { border-color: rgb(177,237,205); }
td.TdClassName
{
border-color: #B1EDCD;
}
.TagClassName
{
border-color: #B1EDCD;
}
</style>