Shades of Magic Mint #B0EED5
Tints of Magic Mint #B0EED5
RGB
CMYK
RGB Variations
Color information
#B0EED5 (or 0xB0EED5) is known color: Magic Mint. HEX triplet: B0, EE and D5. RGB value is (176,238,213). Sum of RGB (Red+Green+Blue) = 176+238+213=627 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.07% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EED5 is #4F112A. Grayscale: #D8D8D8. Windows color (decimal): -5181739 or 14020272. OLE color: 14020272.
HSL color Cylindrical-coordinate representation of color #B0EED5: hue angle of 155.81º degrees, saturation: 0.65, 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 #B0EED5 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 213 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.07 |
| HSL | 155.81º | 0.65% | 0.81% | - |
| HSV(B) | 155.81º | 0.26% | 0.93% | - |
| XYZ | 60.49 | 75.18 | 74.27 | - |
| YUV | 216.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 213 | 0.26 | 0 | 0.11 | 0.07 | 155.81 | 0.65 | 0.81 |
| Hex | B0 | EE | D5 | 1A | 0 | B | 7 | 9C | 41 | 51 |
| Octal | 260 | 356 | 325 | 32 | 0 | 13 | 7 | 234 | 101 | 121 |
| Binary | 10110000 | 11101110 | 11010101 | 11010 | 0 | 1011 | 111 | 10011100 | 1000001 | 1010001 |
Color Harmonies of #B0EED5
Complementary color
Monochromatic Colors of #B0EED5
Black with #B0EED5
Text Example
Text Example
White with #B0EED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EED5; }
p { color: rgb(176,238,213); }
H1.HeaderClassName
{
color: #B0EED5;
}
.AnyTagClassName
{
color: #B0EED5;
}
</style>
background-color css
<style>
a { background-color: #B0EED5; }
a { background-color: rgb(176,238,213); }
div.DivClassName
{
background-color: #B0EED5;
}
.BgClassName
{
background-color: #B0EED5;
}
</style>
border-color css
<style>
span { border-color: #B0EED5; }
span { border-color: rgb(176,238,213); }
td.TdClassName
{
border-color: #B0EED5;
}
.TagClassName
{
border-color: #B0EED5;
}
</style>