Shades of Magic Mint #B3F2CB
Tints of Magic Mint #B3F2CB
RGB
CMYK
RGB Variations
Color information
#B3F2CB (or 0xB3F2CB) is known color: Magic Mint. HEX triplet: B3, F2 and CB. RGB value is (179,242,203). Sum of RGB (Red+Green+Blue) = 179+242+203=624 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.69% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #B3F2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F2CB is #4C0D34. Grayscale: #DADADA. Windows color (decimal): -4984117 or 13365939. OLE color: 13365939.
HSL color Cylindrical-coordinate representation of color #B3F2CB: hue angle of 142.86º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F2CB is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 242 | 203 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.05 |
| HSL | 142.86º | 0.71% | 0.83% | - |
| HSV(B) | 142.86º | 0.26% | 0.95% | - |
| XYZ | 61.12 | 77.4 | 68.22 | - |
| YUV | 218.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 242 | 203 | 0.26 | 0 | 0.16 | 0.05 | 142.86 | 0.71 | 0.83 |
| Hex | B3 | F2 | CB | 1A | 0 | 10 | 5 | 8F | 47 | 53 |
| Octal | 263 | 362 | 313 | 32 | 0 | 20 | 5 | 217 | 107 | 123 |
| Binary | 10110011 | 11110010 | 11001011 | 11010 | 0 | 10000 | 101 | 10001111 | 1000111 | 1010011 |
Color Harmonies of #B3F2CB
Complementary color
Monochromatic Colors of #B3F2CB
Black with #B3F2CB
Text Example
Text Example
White with #B3F2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F2CB; }
p { color: rgb(179,242,203); }
H1.HeaderClassName
{
color: #B3F2CB;
}
.AnyTagClassName
{
color: #B3F2CB;
}
</style>
background-color css
<style>
a { background-color: #B3F2CB; }
a { background-color: rgb(179,242,203); }
div.DivClassName
{
background-color: #B3F2CB;
}
.BgClassName
{
background-color: #B3F2CB;
}
</style>
border-color css
<style>
span { border-color: #B3F2CB; }
span { border-color: rgb(179,242,203); }
td.TdClassName
{
border-color: #B3F2CB;
}
.TagClassName
{
border-color: #B3F2CB;
}
</style>