Shades of Magic Mint #B3F1D3
Tints of Magic Mint #B3F1D3
RGB
CMYK
RGB Variations
Color information
#B3F1D3 (or 0xB3F1D3) is known color: Magic Mint. HEX triplet: B3, F1 and D3. RGB value is (179,241,211). Sum of RGB (Red+Green+Blue) = 179+241+211=631 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.37% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1D3 is #4C0E2C. Grayscale: #DBDBDB. Windows color (decimal): -4984365 or 13889971. OLE color: 13889971.
HSL color Cylindrical-coordinate representation of color #B3F1D3: hue angle of 150.97º 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 #B3F1D3 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 211 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.05 |
| HSL | 150.97º | 0.69% | 0.82% | - |
| HSV(B) | 150.97º | 0.26% | 0.95% | - |
| XYZ | 61.8 | 77.2 | 73.27 | - |
| YUV | 219.04 | 123.46 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 211 | 0.26 | 0 | 0.12 | 0.05 | 150.97 | 0.69 | 0.82 |
| Hex | B3 | F1 | D3 | 1A | 0 | C | 5 | 97 | 45 | 52 |
| Octal | 263 | 361 | 323 | 32 | 0 | 14 | 5 | 227 | 105 | 122 |
| Binary | 10110011 | 11110001 | 11010011 | 11010 | 0 | 1100 | 101 | 10010111 | 1000101 | 1010010 |
Color Harmonies of #B3F1D3
Complementary color
Monochromatic Colors of #B3F1D3
Black with #B3F1D3
Text Example
Text Example
White with #B3F1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F1D3; }
p { color: rgb(179,241,211); }
H1.HeaderClassName
{
color: #B3F1D3;
}
.AnyTagClassName
{
color: #B3F1D3;
}
</style>
background-color css
<style>
a { background-color: #B3F1D3; }
a { background-color: rgb(179,241,211); }
div.DivClassName
{
background-color: #B3F1D3;
}
.BgClassName
{
background-color: #B3F1D3;
}
</style>
border-color css
<style>
span { border-color: #B3F1D3; }
span { border-color: rgb(179,241,211); }
td.TdClassName
{
border-color: #B3F1D3;
}
.TagClassName
{
border-color: #B3F1D3;
}
</style>