Shades of Magic Mint #B3F0D3
Tints of Magic Mint #B3F0D3
RGB
CMYK
RGB Variations
Color information
#B3F0D3 (or 0xB3F0D3) is known color: Magic Mint. HEX triplet: B3, F0 and D3. RGB value is (179,240,211). Sum of RGB (Red+Green+Blue) = 179+240+211=630 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.41% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F0D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F0D3 is #4C0F2C. Grayscale: #DADADA. Windows color (decimal): -4984621 or 13889715. OLE color: 13889715.
HSL color Cylindrical-coordinate representation of color #B3F0D3: hue angle of 151.48º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3F0D3 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 240 | 211 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.06 |
| HSL | 151.48º | 0.67% | 0.82% | - |
| HSV(B) | 151.48º | 0.25% | 0.94% | - |
| XYZ | 61.51 | 76.61 | 73.17 | - |
| YUV | 218.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 240 | 211 | 0.25 | 0 | 0.12 | 0.06 | 151.48 | 0.67 | 0.82 |
| Hex | B3 | F0 | D3 | 19 | 0 | C | 6 | 97 | 43 | 52 |
| Octal | 263 | 360 | 323 | 31 | 0 | 14 | 6 | 227 | 103 | 122 |
| Binary | 10110011 | 11110000 | 11010011 | 11001 | 0 | 1100 | 110 | 10010111 | 1000011 | 1010010 |
Color Harmonies of #B3F0D3
Complementary color
Monochromatic Colors of #B3F0D3
Black with #B3F0D3
Text Example
Text Example
White with #B3F0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F0D3; }
p { color: rgb(179,240,211); }
H1.HeaderClassName
{
color: #B3F0D3;
}
.AnyTagClassName
{
color: #B3F0D3;
}
</style>
background-color css
<style>
a { background-color: #B3F0D3; }
a { background-color: rgb(179,240,211); }
div.DivClassName
{
background-color: #B3F0D3;
}
.BgClassName
{
background-color: #B3F0D3;
}
</style>
border-color css
<style>
span { border-color: #B3F0D3; }
span { border-color: rgb(179,240,211); }
td.TdClassName
{
border-color: #B3F0D3;
}
.TagClassName
{
border-color: #B3F0D3;
}
</style>