Shades of Magic Mint #B0F7CC
Tints of Magic Mint #B0F7CC
RGB
CMYK
RGB Variations
Color information
#B0F7CC (or 0xB0F7CC) is known color: Magic Mint. HEX triplet: B0, F7 and CC. RGB value is (176,247,204). Sum of RGB (Red+Green+Blue) = 176+247+204=627 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.07% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F7CC is #4F0833. Grayscale: #DCDCDC. Windows color (decimal): -5179444 or 13432752. OLE color: 13432752.
HSL color Cylindrical-coordinate representation of color #B0F7CC: hue angle of 143.66º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F7CC is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 247 | 204 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.03 |
| HSL | 143.66º | 0.82% | 0.83% | - |
| HSV(B) | 143.66º | 0.29% | 0.97% | - |
| XYZ | 62.06 | 80.11 | 69.32 | - |
| YUV | 220.87 | 118.48 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 247 | 204 | 0.29 | 0 | 0.17 | 0.03 | 143.66 | 0.82 | 0.83 |
| Hex | B0 | F7 | CC | 1D | 0 | 11 | 3 | 90 | 52 | 53 |
| Octal | 260 | 367 | 314 | 35 | 0 | 21 | 3 | 220 | 122 | 123 |
| Binary | 10110000 | 11110111 | 11001100 | 11101 | 0 | 10001 | 11 | 10010000 | 1010010 | 1010011 |
Color Harmonies of #B0F7CC
Complementary color
Monochromatic Colors of #B0F7CC
Black with #B0F7CC
Text Example
Text Example
White with #B0F7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F7CC; }
p { color: rgb(176,247,204); }
H1.HeaderClassName
{
color: #B0F7CC;
}
.AnyTagClassName
{
color: #B0F7CC;
}
</style>
background-color css
<style>
a { background-color: #B0F7CC; }
a { background-color: rgb(176,247,204); }
div.DivClassName
{
background-color: #B0F7CC;
}
.BgClassName
{
background-color: #B0F7CC;
}
</style>
border-color css
<style>
span { border-color: #B0F7CC; }
span { border-color: rgb(176,247,204); }
td.TdClassName
{
border-color: #B0F7CC;
}
.TagClassName
{
border-color: #B0F7CC;
}
</style>