Shades of Magic Mint #B2FCCC
Tints of Magic Mint #B2FCCC
RGB
CMYK
RGB Variations
Color information
#B2FCCC (or 0xB2FCCC) is known color: Magic Mint. HEX triplet: B2, FC and CC. RGB value is (178,252,204). Sum of RGB (Red+Green+Blue) = 178+252+204=634 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.08% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCCC is #4D0333. Grayscale: #E0E0E0. Windows color (decimal): -5047092 or 13434034. OLE color: 13434034.
HSL color Cylindrical-coordinate representation of color #B2FCCC: hue angle of 141.08º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCCC is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 204 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.01 |
| HSL | 141.08º | 0.93% | 0.84% | - |
| HSV(B) | 141.08º | 0.29% | 0.99% | - |
| XYZ | 64.07 | 83.45 | 69.86 | - |
| YUV | 224.4 | 116.48 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 204 | 0.29 | 0 | 0.19 | 0.01 | 141.08 | 0.93 | 0.84 |
| Hex | B2 | FC | CC | 1D | 0 | 13 | 1 | 8D | 5C | 54 |
| Octal | 262 | 374 | 314 | 35 | 0 | 23 | 1 | 215 | 134 | 124 |
| Binary | 10110010 | 11111100 | 11001100 | 11101 | 0 | 10011 | 1 | 10001101 | 1011100 | 1010100 |
Color Harmonies of #B2FCCC
Complementary color
Monochromatic Colors of #B2FCCC
Black with #B2FCCC
Text Example
Text Example
White with #B2FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FCCC; }
p { color: rgb(178,252,204); }
H1.HeaderClassName
{
color: #B2FCCC;
}
.AnyTagClassName
{
color: #B2FCCC;
}
</style>
background-color css
<style>
a { background-color: #B2FCCC; }
a { background-color: rgb(178,252,204); }
div.DivClassName
{
background-color: #B2FCCC;
}
.BgClassName
{
background-color: #B2FCCC;
}
</style>
border-color css
<style>
span { border-color: #B2FCCC; }
span { border-color: rgb(178,252,204); }
td.TdClassName
{
border-color: #B2FCCC;
}
.TagClassName
{
border-color: #B2FCCC;
}
</style>