Shades of Magic Mint #B3F0CE
Tints of Magic Mint #B3F0CE
RGB
CMYK
RGB Variations
Color information
#B3F0CE (or 0xB3F0CE) is known color: Magic Mint. HEX triplet: B3, F0 and CE. RGB value is (179,240,206). Sum of RGB (Red+Green+Blue) = 179+240+206=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F0CE is #4C0F31. Grayscale: #D9D9D9. Windows color (decimal): -4984626 or 13562035. OLE color: 13562035.
HSL color Cylindrical-coordinate representation of color #B3F0CE: hue angle of 146.56º 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 #B3F0CE is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 240 | 206 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.06 |
| HSL | 146.56º | 0.67% | 0.82% | - |
| HSV(B) | 146.56º | 0.25% | 0.94% | - |
| XYZ | 60.89 | 76.36 | 69.92 | - |
| YUV | 217.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 240 | 206 | 0.25 | 0 | 0.14 | 0.06 | 146.56 | 0.67 | 0.82 |
| Hex | B3 | F0 | CE | 19 | 0 | E | 6 | 93 | 43 | 52 |
| Octal | 263 | 360 | 316 | 31 | 0 | 16 | 6 | 223 | 103 | 122 |
| Binary | 10110011 | 11110000 | 11001110 | 11001 | 0 | 1110 | 110 | 10010011 | 1000011 | 1010010 |
Color Harmonies of #B3F0CE
Complementary color
Monochromatic Colors of #B3F0CE
Black with #B3F0CE
Text Example
Text Example
White with #B3F0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F0CE; }
p { color: rgb(179,240,206); }
H1.HeaderClassName
{
color: #B3F0CE;
}
.AnyTagClassName
{
color: #B3F0CE;
}
</style>
background-color css
<style>
a { background-color: #B3F0CE; }
a { background-color: rgb(179,240,206); }
div.DivClassName
{
background-color: #B3F0CE;
}
.BgClassName
{
background-color: #B3F0CE;
}
</style>
border-color css
<style>
span { border-color: #B3F0CE; }
span { border-color: rgb(179,240,206); }
td.TdClassName
{
border-color: #B3F0CE;
}
.TagClassName
{
border-color: #B3F0CE;
}
</style>