Shades of Magic Mint #B3FCCB
Tints of Magic Mint #B3FCCB
RGB
CMYK
RGB Variations
Color information
#B3FCCB (or 0xB3FCCB) is known color: Magic Mint. HEX triplet: B3, FC and CB. RGB value is (179,252,203). Sum of RGB (Red+Green+Blue) = 179+252+203=634 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.23% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FCCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FCCB is #4C0334. Grayscale: #E0E0E0. Windows color (decimal): -4981557 or 13368499. OLE color: 13368499.
HSL color Cylindrical-coordinate representation of color #B3FCCB: hue angle of 139.73º 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 #B3FCCB is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 252 | 203 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.01 |
| HSL | 139.73º | 0.92% | 0.85% | - |
| HSV(B) | 139.73º | 0.29% | 0.99% | - |
| XYZ | 64.18 | 83.52 | 69.24 | - |
| YUV | 224.59 | 115.82 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 252 | 203 | 0.29 | 0 | 0.19 | 0.01 | 139.73 | 0.92 | 0.85 |
| Hex | B3 | FC | CB | 1D | 0 | 13 | 1 | 8C | 5C | 55 |
| Octal | 263 | 374 | 313 | 35 | 0 | 23 | 1 | 214 | 134 | 125 |
| Binary | 10110011 | 11111100 | 11001011 | 11101 | 0 | 10011 | 1 | 10001100 | 1011100 | 1010101 |
Color Harmonies of #B3FCCB
Complementary color
Monochromatic Colors of #B3FCCB
Black with #B3FCCB
Text Example
Text Example
White with #B3FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FCCB; }
p { color: rgb(179,252,203); }
H1.HeaderClassName
{
color: #B3FCCB;
}
.AnyTagClassName
{
color: #B3FCCB;
}
</style>
background-color css
<style>
a { background-color: #B3FCCB; }
a { background-color: rgb(179,252,203); }
div.DivClassName
{
background-color: #B3FCCB;
}
.BgClassName
{
background-color: #B3FCCB;
}
</style>
border-color css
<style>
span { border-color: #B3FCCB; }
span { border-color: rgb(179,252,203); }
td.TdClassName
{
border-color: #B3FCCB;
}
.TagClassName
{
border-color: #B3FCCB;
}
</style>