Shades of Magic Mint #B1EED3
Tints of Magic Mint #B1EED3
RGB
CMYK
RGB Variations
Color information
#B1EED3 (or 0xB1EED3) is known color: Magic Mint. HEX triplet: B1, EE and D3. RGB value is (177,238,211). Sum of RGB (Red+Green+Blue) = 177+238+211=626 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.27% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EED3 is #4E112C. Grayscale: #D8D8D8. Windows color (decimal): -5116205 or 13889201. OLE color: 13889201.
HSL color Cylindrical-coordinate representation of color #B1EED3: hue angle of 153.44º 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 #B1EED3 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 238 | 211 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.07 |
| HSL | 153.44º | 0.64% | 0.81% | - |
| HSV(B) | 153.44º | 0.26% | 0.93% | - |
| XYZ | 60.46 | 75.2 | 72.96 | - |
| YUV | 216.68 | 124.79 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 211 | 0.26 | 0 | 0.11 | 0.07 | 153.44 | 0.64 | 0.81 |
| Hex | B1 | EE | D3 | 1A | 0 | B | 7 | 99 | 40 | 51 |
| Octal | 261 | 356 | 323 | 32 | 0 | 13 | 7 | 231 | 100 | 121 |
| Binary | 10110001 | 11101110 | 11010011 | 11010 | 0 | 1011 | 111 | 10011001 | 1000000 | 1010001 |
Color Harmonies of #B1EED3
Complementary color
Monochromatic Colors of #B1EED3
Black with #B1EED3
Text Example
Text Example
White with #B1EED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EED3; }
p { color: rgb(177,238,211); }
H1.HeaderClassName
{
color: #B1EED3;
}
.AnyTagClassName
{
color: #B1EED3;
}
</style>
background-color css
<style>
a { background-color: #B1EED3; }
a { background-color: rgb(177,238,211); }
div.DivClassName
{
background-color: #B1EED3;
}
.BgClassName
{
background-color: #B1EED3;
}
</style>
border-color css
<style>
span { border-color: #B1EED3; }
span { border-color: rgb(177,238,211); }
td.TdClassName
{
border-color: #B1EED3;
}
.TagClassName
{
border-color: #B1EED3;
}
</style>