Shades of Magic Mint #B0E6CC
Tints of Magic Mint #B0E6CC
RGB
CMYK
RGB Variations
Color information
#B0E6CC (or 0xB0E6CC) is known color: Magic Mint. HEX triplet: B0, E6 and CC. RGB value is (176,230,204). Sum of RGB (Red+Green+Blue) = 176+230+204=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E6CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E6CC is #4F1933. Grayscale: #D2D2D2. Windows color (decimal): -5183796 or 13428400. OLE color: 13428400.
HSL color Cylindrical-coordinate representation of color #B0E6CC: hue angle of 151.11º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E6CC is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 230 | 204 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.10 |
| HSL | 151.11º | 0.52% | 0.8% | - |
| HSV(B) | 151.11º | 0.23% | 0.9% | - |
| XYZ | 57.1 | 70.18 | 67.66 | - |
| YUV | 210.89 | 124.11 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 230 | 204 | 0.23 | 0 | 0.11 | 0.10 | 151.11 | 0.52 | 0.8 |
| Hex | B0 | E6 | CC | 17 | 0 | B | A | 97 | 34 | 50 |
| Octal | 260 | 346 | 314 | 27 | 0 | 13 | 12 | 227 | 64 | 120 |
| Binary | 10110000 | 11100110 | 11001100 | 10111 | 0 | 1011 | 1010 | 10010111 | 110100 | 1010000 |
Color Harmonies of #B0E6CC
Complementary color
Monochromatic Colors of #B0E6CC
Black with #B0E6CC
Text Example
Text Example
White with #B0E6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E6CC; }
p { color: rgb(176,230,204); }
H1.HeaderClassName
{
color: #B0E6CC;
}
.AnyTagClassName
{
color: #B0E6CC;
}
</style>
background-color css
<style>
a { background-color: #B0E6CC; }
a { background-color: rgb(176,230,204); }
div.DivClassName
{
background-color: #B0E6CC;
}
.BgClassName
{
background-color: #B0E6CC;
}
</style>
border-color css
<style>
span { border-color: #B0E6CC; }
span { border-color: rgb(176,230,204); }
td.TdClassName
{
border-color: #B0E6CC;
}
.TagClassName
{
border-color: #B0E6CC;
}
</style>