Shades of Magic Mint #B4FCCC
Tints of Magic Mint #B4FCCC
RGB
CMYK
RGB Variations
Color information
#B4FCCC (or 0xB4FCCC) is known color: Magic Mint. HEX triplet: B4, FC and CC. RGB value is (180,252,204). Sum of RGB (Red+Green+Blue) = 180+252+204=636 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.30% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FCCC is #4B0333. Grayscale: #E1E1E1. Windows color (decimal): -4916020 or 13434036. OLE color: 13434036.
HSL color Cylindrical-coordinate representation of color #B4FCCC: hue angle of 140º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FCCC is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 252 | 204 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.01 |
| HSL | 140º | 0.92% | 0.85% | - |
| HSV(B) | 140º | 0.29% | 0.99% | - |
| XYZ | 64.53 | 83.68 | 69.88 | - |
| YUV | 225 | 116.15 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 252 | 204 | 0.29 | 0 | 0.19 | 0.01 | 140 | 0.92 | 0.85 |
| Hex | B4 | FC | CC | 1D | 0 | 13 | 1 | 8C | 5C | 55 |
| Octal | 264 | 374 | 314 | 35 | 0 | 23 | 1 | 214 | 134 | 125 |
| Binary | 10110100 | 11111100 | 11001100 | 11101 | 0 | 10011 | 1 | 10001100 | 1011100 | 1010101 |
Color Harmonies of #B4FCCC
Complementary color
Monochromatic Colors of #B4FCCC
Black with #B4FCCC
Text Example
Text Example
White with #B4FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FCCC; }
p { color: rgb(180,252,204); }
H1.HeaderClassName
{
color: #B4FCCC;
}
.AnyTagClassName
{
color: #B4FCCC;
}
</style>
background-color css
<style>
a { background-color: #B4FCCC; }
a { background-color: rgb(180,252,204); }
div.DivClassName
{
background-color: #B4FCCC;
}
.BgClassName
{
background-color: #B4FCCC;
}
</style>
border-color css
<style>
span { border-color: #B4FCCC; }
span { border-color: rgb(180,252,204); }
td.TdClassName
{
border-color: #B4FCCC;
}
.TagClassName
{
border-color: #B4FCCC;
}
</style>