Shades of Magic Mint #B3FFC9
Tints of Magic Mint #B3FFC9
RGB
CMYK
RGB Variations
Color information
#B3FFC9 (or 0xB3FFC9) is known color: Magic Mint. HEX triplet: B3, FF and C9. RGB value is (179,255,201). Sum of RGB (Red+Green+Blue) = 179+255+201=635 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.19% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFC9 is #4C0036. Grayscale: #E2E2E2. Windows color (decimal): -4980791 or 13238195. OLE color: 13238195.
HSL color Cylindrical-coordinate representation of color #B3FFC9: hue angle of 137.37º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFC9 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 201 | - |
| CMYK | 0.30 | 0 | 0.21 | 0 |
| HSL | 137.37º | 1% | 0.85% | - |
| HSV(B) | 137.37º | 0.3% | 1% | - |
| XYZ | 64.89 | 85.32 | 68.31 | - |
| YUV | 226.12 | 113.82 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 201 | 0.30 | 0 | 0.21 | 0 | 137.37 | 1 | 0.85 |
| Hex | B3 | FF | C9 | 1E | 0 | 15 | 0 | 89 | 64 | 55 |
| Octal | 263 | 377 | 311 | 36 | 0 | 25 | 0 | 211 | 144 | 125 |
| Binary | 10110011 | 11111111 | 11001001 | 11110 | 0 | 10101 | 0 | 10001001 | 1100100 | 1010101 |
Color Harmonies of #B3FFC9
Complementary color
Monochromatic Colors of #B3FFC9
Black with #B3FFC9
Text Example
Text Example
White with #B3FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFC9; }
p { color: rgb(179,255,201); }
H1.HeaderClassName
{
color: #B3FFC9;
}
.AnyTagClassName
{
color: #B3FFC9;
}
</style>
background-color css
<style>
a { background-color: #B3FFC9; }
a { background-color: rgb(179,255,201); }
div.DivClassName
{
background-color: #B3FFC9;
}
.BgClassName
{
background-color: #B3FFC9;
}
</style>
border-color css
<style>
span { border-color: #B3FFC9; }
span { border-color: rgb(179,255,201); }
td.TdClassName
{
border-color: #B3FFC9;
}
.TagClassName
{
border-color: #B3FFC9;
}
</style>