Shades of Magic Mint #B3F0D6
Tints of Magic Mint #B3F0D6
RGB
CMYK
RGB Variations
Color information
#B3F0D6 (or 0xB3F0D6) is known color: Magic Mint. HEX triplet: B3, F0 and D6. RGB value is (179,240,214). Sum of RGB (Red+Green+Blue) = 179+240+214=633 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.28% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F0D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F0D6 is #4C0F29. Grayscale: #DADADA. Windows color (decimal): -4984618 or 14086323. OLE color: 14086323.
HSL color Cylindrical-coordinate representation of color #B3F0D6: hue angle of 154.43º 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 #B3F0D6 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 240 | 214 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.06 |
| HSL | 154.43º | 0.67% | 0.82% | - |
| HSV(B) | 154.43º | 0.25% | 0.94% | - |
| XYZ | 61.89 | 76.76 | 75.17 | - |
| YUV | 218.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 240 | 214 | 0.25 | 0 | 0.11 | 0.06 | 154.43 | 0.67 | 0.82 |
| Hex | B3 | F0 | D6 | 19 | 0 | B | 6 | 9A | 43 | 52 |
| Octal | 263 | 360 | 326 | 31 | 0 | 13 | 6 | 232 | 103 | 122 |
| Binary | 10110011 | 11110000 | 11010110 | 11001 | 0 | 1011 | 110 | 10011010 | 1000011 | 1010010 |
Color Harmonies of #B3F0D6
Complementary color
Monochromatic Colors of #B3F0D6
Black with #B3F0D6
Text Example
Text Example
White with #B3F0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F0D6; }
p { color: rgb(179,240,214); }
H1.HeaderClassName
{
color: #B3F0D6;
}
.AnyTagClassName
{
color: #B3F0D6;
}
</style>
background-color css
<style>
a { background-color: #B3F0D6; }
a { background-color: rgb(179,240,214); }
div.DivClassName
{
background-color: #B3F0D6;
}
.BgClassName
{
background-color: #B3F0D6;
}
</style>
border-color css
<style>
span { border-color: #B3F0D6; }
span { border-color: rgb(179,240,214); }
td.TdClassName
{
border-color: #B3F0D6;
}
.TagClassName
{
border-color: #B3F0D6;
}
</style>