Shades of Magic Mint #B0EECE
Tints of Magic Mint #B0EECE
RGB
CMYK
RGB Variations
Color information
#B0EECE (or 0xB0EECE) is known color: Magic Mint. HEX triplet: B0, EE and CE. RGB value is (176,238,206). Sum of RGB (Red+Green+Blue) = 176+238+206=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EECE is #4F1131. Grayscale: #D7D7D7. Windows color (decimal): -5181746 or 13561520. OLE color: 13561520.
HSL color Cylindrical-coordinate representation of color #B0EECE: hue angle of 149.03º 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 #B0EECE is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 206 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.07 |
| HSL | 149.03º | 0.65% | 0.81% | - |
| HSV(B) | 149.03º | 0.26% | 0.93% | - |
| XYZ | 59.62 | 74.84 | 69.69 | - |
| YUV | 215.81 | 122.46 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 206 | 0.26 | 0 | 0.13 | 0.07 | 149.03 | 0.65 | 0.81 |
| Hex | B0 | EE | CE | 1A | 0 | D | 7 | 95 | 41 | 51 |
| Octal | 260 | 356 | 316 | 32 | 0 | 15 | 7 | 225 | 101 | 121 |
| Binary | 10110000 | 11101110 | 11001110 | 11010 | 0 | 1101 | 111 | 10010101 | 1000001 | 1010001 |
Color Harmonies of #B0EECE
Complementary color
Monochromatic Colors of #B0EECE
Black with #B0EECE
Text Example
Text Example
White with #B0EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EECE; }
p { color: rgb(176,238,206); }
H1.HeaderClassName
{
color: #B0EECE;
}
.AnyTagClassName
{
color: #B0EECE;
}
</style>
background-color css
<style>
a { background-color: #B0EECE; }
a { background-color: rgb(176,238,206); }
div.DivClassName
{
background-color: #B0EECE;
}
.BgClassName
{
background-color: #B0EECE;
}
</style>
border-color css
<style>
span { border-color: #B0EECE; }
span { border-color: rgb(176,238,206); }
td.TdClassName
{
border-color: #B0EECE;
}
.TagClassName
{
border-color: #B0EECE;
}
</style>