Shades of Magic Mint #B2F5CF
Tints of Magic Mint #B2F5CF
RGB
CMYK
RGB Variations
Color information
#B2F5CF (or 0xB2F5CF) is known color: Magic Mint. HEX triplet: B2, F5 and CF. RGB value is (178,245,207). Sum of RGB (Red+Green+Blue) = 178+245+207=630 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.25% from 630); Green value is 245 (96.09% from 255 or 38.89% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F5CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F5CF is #4D0A30. Grayscale: #DCDCDC. Windows color (decimal): -5048881 or 13628850. OLE color: 13628850.
HSL color Cylindrical-coordinate representation of color #B2F5CF: hue angle of 145.97º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2F5CF is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 245 | 207 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.04 |
| HSL | 145.97º | 0.77% | 0.83% | - |
| HSV(B) | 145.97º | 0.27% | 0.96% | - |
| XYZ | 62.27 | 79.27 | 71.05 | - |
| YUV | 220.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 207 | 0.27 | 0 | 0.16 | 0.04 | 145.97 | 0.77 | 0.83 |
| Hex | B2 | F5 | CF | 1B | 0 | 10 | 4 | 92 | 4D | 53 |
| Octal | 262 | 365 | 317 | 33 | 0 | 20 | 4 | 222 | 115 | 123 |
| Binary | 10110010 | 11110101 | 11001111 | 11011 | 0 | 10000 | 100 | 10010010 | 1001101 | 1010011 |
Color Harmonies of #B2F5CF
Complementary color
Monochromatic Colors of #B2F5CF
Black with #B2F5CF
Text Example
Text Example
White with #B2F5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F5CF; }
p { color: rgb(178,245,207); }
H1.HeaderClassName
{
color: #B2F5CF;
}
.AnyTagClassName
{
color: #B2F5CF;
}
</style>
background-color css
<style>
a { background-color: #B2F5CF; }
a { background-color: rgb(178,245,207); }
div.DivClassName
{
background-color: #B2F5CF;
}
.BgClassName
{
background-color: #B2F5CF;
}
</style>
border-color css
<style>
span { border-color: #B2F5CF; }
span { border-color: rgb(178,245,207); }
td.TdClassName
{
border-color: #B2F5CF;
}
.TagClassName
{
border-color: #B2F5CF;
}
</style>