Shades of Magic Mint #B3FCCD
Tints of Magic Mint #B3FCCD
RGB
CMYK
RGB Variations
Color information
#B3FCCD (or 0xB3FCCD) is known color: Magic Mint. HEX triplet: B3, FC and CD. RGB value is (179,252,205). Sum of RGB (Red+Green+Blue) = 179+252+205=636 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.14% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FCCD is #4C0332. Grayscale: #E0E0E0. Windows color (decimal): -4981555 or 13499571. OLE color: 13499571.
HSL color Cylindrical-coordinate representation of color #B3FCCD: hue angle of 141.37º 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 #B3FCCD is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 252 | 205 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.01 |
| HSL | 141.37º | 0.92% | 0.85% | - |
| HSV(B) | 141.37º | 0.29% | 0.99% | - |
| XYZ | 64.42 | 83.61 | 70.5 | - |
| YUV | 224.82 | 116.82 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 252 | 205 | 0.29 | 0 | 0.19 | 0.01 | 141.37 | 0.92 | 0.85 |
| Hex | B3 | FC | CD | 1D | 0 | 13 | 1 | 8D | 5C | 55 |
| Octal | 263 | 374 | 315 | 35 | 0 | 23 | 1 | 215 | 134 | 125 |
| Binary | 10110011 | 11111100 | 11001101 | 11101 | 0 | 10011 | 1 | 10001101 | 1011100 | 1010101 |
Color Harmonies of #B3FCCD
Complementary color
Monochromatic Colors of #B3FCCD
Black with #B3FCCD
Text Example
Text Example
White with #B3FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FCCD; }
p { color: rgb(179,252,205); }
H1.HeaderClassName
{
color: #B3FCCD;
}
.AnyTagClassName
{
color: #B3FCCD;
}
</style>
background-color css
<style>
a { background-color: #B3FCCD; }
a { background-color: rgb(179,252,205); }
div.DivClassName
{
background-color: #B3FCCD;
}
.BgClassName
{
background-color: #B3FCCD;
}
</style>
border-color css
<style>
span { border-color: #B3FCCD; }
span { border-color: rgb(179,252,205); }
td.TdClassName
{
border-color: #B3FCCD;
}
.TagClassName
{
border-color: #B3FCCD;
}
</style>