Shades of Magic Mint #B0EED0
Tints of Magic Mint #B0EED0
RGB
CMYK
RGB Variations
Color information
#B0EED0 (or 0xB0EED0) is known color: Magic Mint. HEX triplet: B0, EE and D0. RGB value is (176,238,208). Sum of RGB (Red+Green+Blue) = 176+238+208=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EED0 is #4F112F. Grayscale: #D8D8D8. Windows color (decimal): -5181744 or 13692592. OLE color: 13692592.
HSL color Cylindrical-coordinate representation of color #B0EED0: hue angle of 150.97º 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 #B0EED0 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 208 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.07 |
| HSL | 150.97º | 0.65% | 0.81% | - |
| HSV(B) | 150.97º | 0.26% | 0.93% | - |
| XYZ | 59.86 | 74.93 | 70.98 | - |
| YUV | 216.04 | 123.46 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 208 | 0.26 | 0 | 0.13 | 0.07 | 150.97 | 0.65 | 0.81 |
| Hex | B0 | EE | D0 | 1A | 0 | D | 7 | 97 | 41 | 51 |
| Octal | 260 | 356 | 320 | 32 | 0 | 15 | 7 | 227 | 101 | 121 |
| Binary | 10110000 | 11101110 | 11010000 | 11010 | 0 | 1101 | 111 | 10010111 | 1000001 | 1010001 |
Color Harmonies of #B0EED0
Complementary color
Monochromatic Colors of #B0EED0
Black with #B0EED0
Text Example
Text Example
White with #B0EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EED0; }
p { color: rgb(176,238,208); }
H1.HeaderClassName
{
color: #B0EED0;
}
.AnyTagClassName
{
color: #B0EED0;
}
</style>
background-color css
<style>
a { background-color: #B0EED0; }
a { background-color: rgb(176,238,208); }
div.DivClassName
{
background-color: #B0EED0;
}
.BgClassName
{
background-color: #B0EED0;
}
</style>
border-color css
<style>
span { border-color: #B0EED0; }
span { border-color: rgb(176,238,208); }
td.TdClassName
{
border-color: #B0EED0;
}
.TagClassName
{
border-color: #B0EED0;
}
</style>