Shades of Magic Mint #B0EECA
Tints of Magic Mint #B0EECA
RGB
CMYK
RGB Variations
Color information
#B0EECA (or 0xB0EECA) is known color: Magic Mint. HEX triplet: B0, EE and CA. RGB value is (176,238,202). Sum of RGB (Red+Green+Blue) = 176+238+202=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EECA is #4F1135. Grayscale: #D7D7D7. Windows color (decimal): -5181750 or 13299376. OLE color: 13299376.
HSL color Cylindrical-coordinate representation of color #B0EECA: hue angle of 145.16º 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 #B0EECA is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 202 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.07 |
| HSL | 145.16º | 0.65% | 0.81% | - |
| HSV(B) | 145.16º | 0.26% | 0.93% | - |
| XYZ | 59.14 | 74.64 | 67.17 | - |
| YUV | 215.36 | 120.46 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 202 | 0.26 | 0 | 0.15 | 0.07 | 145.16 | 0.65 | 0.81 |
| Hex | B0 | EE | CA | 1A | 0 | F | 7 | 91 | 41 | 51 |
| Octal | 260 | 356 | 312 | 32 | 0 | 17 | 7 | 221 | 101 | 121 |
| Binary | 10110000 | 11101110 | 11001010 | 11010 | 0 | 1111 | 111 | 10010001 | 1000001 | 1010001 |
Color Harmonies of #B0EECA
Complementary color
Monochromatic Colors of #B0EECA
Black with #B0EECA
Text Example
Text Example
White with #B0EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EECA; }
p { color: rgb(176,238,202); }
H1.HeaderClassName
{
color: #B0EECA;
}
.AnyTagClassName
{
color: #B0EECA;
}
</style>
background-color css
<style>
a { background-color: #B0EECA; }
a { background-color: rgb(176,238,202); }
div.DivClassName
{
background-color: #B0EECA;
}
.BgClassName
{
background-color: #B0EECA;
}
</style>
border-color css
<style>
span { border-color: #B0EECA; }
span { border-color: rgb(176,238,202); }
td.TdClassName
{
border-color: #B0EECA;
}
.TagClassName
{
border-color: #B0EECA;
}
</style>