Shades of Magic Mint #B1EED5
Tints of Magic Mint #B1EED5
RGB
CMYK
RGB Variations
Color information
#B1EED5 (or 0xB1EED5) is known color: Magic Mint. HEX triplet: B1, EE and D5. RGB value is (177,238,213). Sum of RGB (Red+Green+Blue) = 177+238+213=628 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.18% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EED5 is #4E112A. Grayscale: #D8D8D8. Windows color (decimal): -5116203 or 14020273. OLE color: 14020273.
HSL color Cylindrical-coordinate representation of color #B1EED5: hue angle of 155.41º 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 #B1EED5 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 238 | 213 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.07 |
| HSL | 155.41º | 0.64% | 0.81% | - |
| HSV(B) | 155.41º | 0.26% | 0.93% | - |
| XYZ | 60.72 | 75.3 | 74.29 | - |
| YUV | 216.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 213 | 0.26 | 0 | 0.11 | 0.07 | 155.41 | 0.64 | 0.81 |
| Hex | B1 | EE | D5 | 1A | 0 | B | 7 | 9B | 40 | 51 |
| Octal | 261 | 356 | 325 | 32 | 0 | 13 | 7 | 233 | 100 | 121 |
| Binary | 10110001 | 11101110 | 11010101 | 11010 | 0 | 1011 | 111 | 10011011 | 1000000 | 1010001 |
Color Harmonies of #B1EED5
Complementary color
Monochromatic Colors of #B1EED5
Black with #B1EED5
Text Example
Text Example
White with #B1EED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EED5; }
p { color: rgb(177,238,213); }
H1.HeaderClassName
{
color: #B1EED5;
}
.AnyTagClassName
{
color: #B1EED5;
}
</style>
background-color css
<style>
a { background-color: #B1EED5; }
a { background-color: rgb(177,238,213); }
div.DivClassName
{
background-color: #B1EED5;
}
.BgClassName
{
background-color: #B1EED5;
}
</style>
border-color css
<style>
span { border-color: #B1EED5; }
span { border-color: rgb(177,238,213); }
td.TdClassName
{
border-color: #B1EED5;
}
.TagClassName
{
border-color: #B1EED5;
}
</style>