Shades of Magic Mint #B3F0CF
Tints of Magic Mint #B3F0CF
RGB
CMYK
RGB Variations
Color information
#B3F0CF (or 0xB3F0CF) is known color: Magic Mint. HEX triplet: B3, F0 and CF. RGB value is (179,240,207). Sum of RGB (Red+Green+Blue) = 179+240+207=626 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.59% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F0CF is #4C0F30. Grayscale: #DADADA. Windows color (decimal): -4984625 or 13627571. OLE color: 13627571.
HSL color Cylindrical-coordinate representation of color #B3F0CF: hue angle of 147.54º 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 #B3F0CF is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 240 | 207 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.06 |
| HSL | 147.54º | 0.67% | 0.82% | - |
| HSV(B) | 147.54º | 0.25% | 0.94% | - |
| XYZ | 61.01 | 76.41 | 70.56 | - |
| YUV | 218 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 240 | 207 | 0.25 | 0 | 0.14 | 0.06 | 147.54 | 0.67 | 0.82 |
| Hex | B3 | F0 | CF | 19 | 0 | E | 6 | 94 | 43 | 52 |
| Octal | 263 | 360 | 317 | 31 | 0 | 16 | 6 | 224 | 103 | 122 |
| Binary | 10110011 | 11110000 | 11001111 | 11001 | 0 | 1110 | 110 | 10010100 | 1000011 | 1010010 |
Color Harmonies of #B3F0CF
Complementary color
Monochromatic Colors of #B3F0CF
Black with #B3F0CF
Text Example
Text Example
White with #B3F0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F0CF; }
p { color: rgb(179,240,207); }
H1.HeaderClassName
{
color: #B3F0CF;
}
.AnyTagClassName
{
color: #B3F0CF;
}
</style>
background-color css
<style>
a { background-color: #B3F0CF; }
a { background-color: rgb(179,240,207); }
div.DivClassName
{
background-color: #B3F0CF;
}
.BgClassName
{
background-color: #B3F0CF;
}
</style>
border-color css
<style>
span { border-color: #B3F0CF; }
span { border-color: rgb(179,240,207); }
td.TdClassName
{
border-color: #B3F0CF;
}
.TagClassName
{
border-color: #B3F0CF;
}
</style>