Shades of Magic Mint #B2F0CF
Tints of Magic Mint #B2F0CF
RGB
CMYK
RGB Variations
Color information
#B2F0CF (or 0xB2F0CF) is known color: Magic Mint. HEX triplet: B2, F0 and CF. RGB value is (178,240,207). Sum of RGB (Red+Green+Blue) = 178+240+207=625 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.48% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F0CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F0CF is #4D0F30. Grayscale: #D9D9D9. Windows color (decimal): -5050161 or 13627570. OLE color: 13627570.
HSL color Cylindrical-coordinate representation of color #B2F0CF: hue angle of 148.06º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F0CF is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 240 | 207 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.06 |
| HSL | 148.06º | 0.67% | 0.82% | - |
| HSV(B) | 148.06º | 0.26% | 0.94% | - |
| XYZ | 60.78 | 76.29 | 70.55 | - |
| YUV | 217.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 207 | 0.26 | 0 | 0.14 | 0.06 | 148.06 | 0.67 | 0.82 |
| Hex | B2 | F0 | CF | 1A | 0 | E | 6 | 94 | 43 | 52 |
| Octal | 262 | 360 | 317 | 32 | 0 | 16 | 6 | 224 | 103 | 122 |
| Binary | 10110010 | 11110000 | 11001111 | 11010 | 0 | 1110 | 110 | 10010100 | 1000011 | 1010010 |
Color Harmonies of #B2F0CF
Complementary color
Monochromatic Colors of #B2F0CF
Black with #B2F0CF
Text Example
Text Example
White with #B2F0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F0CF; }
p { color: rgb(178,240,207); }
H1.HeaderClassName
{
color: #B2F0CF;
}
.AnyTagClassName
{
color: #B2F0CF;
}
</style>
background-color css
<style>
a { background-color: #B2F0CF; }
a { background-color: rgb(178,240,207); }
div.DivClassName
{
background-color: #B2F0CF;
}
.BgClassName
{
background-color: #B2F0CF;
}
</style>
border-color css
<style>
span { border-color: #B2F0CF; }
span { border-color: rgb(178,240,207); }
td.TdClassName
{
border-color: #B2F0CF;
}
.TagClassName
{
border-color: #B2F0CF;
}
</style>