Shades of Magic Mint #B0FCCC
Tints of Magic Mint #B0FCCC
RGB
CMYK
RGB Variations
Color information
#B0FCCC (or 0xB0FCCC) is known color: Magic Mint. HEX triplet: B0, FC and CC. RGB value is (176,252,204). Sum of RGB (Red+Green+Blue) = 176+252+204=632 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.85% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCCC is #4F0333. Grayscale: #DFDFDF. Windows color (decimal): -5178164 or 13434032. OLE color: 13434032.
HSL color Cylindrical-coordinate representation of color #B0FCCC: hue angle of 142.11º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FCCC is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 204 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.01 |
| HSL | 142.11º | 0.93% | 0.84% | - |
| HSV(B) | 142.11º | 0.3% | 0.99% | - |
| XYZ | 63.61 | 83.21 | 69.84 | - |
| YUV | 223.8 | 116.82 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 204 | 0.30 | 0 | 0.19 | 0.01 | 142.11 | 0.93 | 0.84 |
| Hex | B0 | FC | CC | 1E | 0 | 13 | 1 | 8E | 5D | 54 |
| Octal | 260 | 374 | 314 | 36 | 0 | 23 | 1 | 216 | 135 | 124 |
| Binary | 10110000 | 11111100 | 11001100 | 11110 | 0 | 10011 | 1 | 10001110 | 1011101 | 1010100 |
Color Harmonies of #B0FCCC
Complementary color
Monochromatic Colors of #B0FCCC
Black with #B0FCCC
Text Example
Text Example
White with #B0FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FCCC; }
p { color: rgb(176,252,204); }
H1.HeaderClassName
{
color: #B0FCCC;
}
.AnyTagClassName
{
color: #B0FCCC;
}
</style>
background-color css
<style>
a { background-color: #B0FCCC; }
a { background-color: rgb(176,252,204); }
div.DivClassName
{
background-color: #B0FCCC;
}
.BgClassName
{
background-color: #B0FCCC;
}
</style>
border-color css
<style>
span { border-color: #B0FCCC; }
span { border-color: rgb(176,252,204); }
td.TdClassName
{
border-color: #B0FCCC;
}
.TagClassName
{
border-color: #B0FCCC;
}
</style>