Shades of Magic Mint #B3F1CB
Tints of Magic Mint #B3F1CB
RGB
CMYK
RGB Variations
Color information
#B3F1CB (or 0xB3F1CB) is known color: Magic Mint. HEX triplet: B3, F1 and CB. RGB value is (179,241,203). Sum of RGB (Red+Green+Blue) = 179+241+203=623 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.73% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1CB is #4C0E34. Grayscale: #DADADA. Windows color (decimal): -4984373 or 13365683. OLE color: 13365683.
HSL color Cylindrical-coordinate representation of color #B3F1CB: hue angle of 143.23º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F1CB is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 203 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.05 |
| HSL | 143.23º | 0.69% | 0.82% | - |
| HSV(B) | 143.23º | 0.26% | 0.95% | - |
| XYZ | 60.83 | 76.81 | 68.12 | - |
| YUV | 218.13 | 119.46 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 203 | 0.26 | 0 | 0.16 | 0.05 | 143.23 | 0.69 | 0.82 |
| Hex | B3 | F1 | CB | 1A | 0 | 10 | 5 | 8F | 45 | 52 |
| Octal | 263 | 361 | 313 | 32 | 0 | 20 | 5 | 217 | 105 | 122 |
| Binary | 10110011 | 11110001 | 11001011 | 11010 | 0 | 10000 | 101 | 10001111 | 1000101 | 1010010 |
Color Harmonies of #B3F1CB
Complementary color
Monochromatic Colors of #B3F1CB
Black with #B3F1CB
Text Example
Text Example
White with #B3F1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F1CB; }
p { color: rgb(179,241,203); }
H1.HeaderClassName
{
color: #B3F1CB;
}
.AnyTagClassName
{
color: #B3F1CB;
}
</style>
background-color css
<style>
a { background-color: #B3F1CB; }
a { background-color: rgb(179,241,203); }
div.DivClassName
{
background-color: #B3F1CB;
}
.BgClassName
{
background-color: #B3F1CB;
}
</style>
border-color css
<style>
span { border-color: #B3F1CB; }
span { border-color: rgb(179,241,203); }
td.TdClassName
{
border-color: #B3F1CB;
}
.TagClassName
{
border-color: #B3F1CB;
}
</style>