Shades of Magic Mint #B0F0CF
Tints of Magic Mint #B0F0CF
RGB
CMYK
RGB Variations
Color information
#B0F0CF (or 0xB0F0CF) is known color: Magic Mint. HEX triplet: B0, F0 and CF. RGB value is (176,240,207). Sum of RGB (Red+Green+Blue) = 176+240+207=623 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.25% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0CF is #4F0F30. Grayscale: #D9D9D9. Windows color (decimal): -5181233 or 13627568. OLE color: 13627568.
HSL color Cylindrical-coordinate representation of color #B0F0CF: hue angle of 149.06º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F0CF is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 207 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.06 |
| HSL | 149.06º | 0.68% | 0.82% | - |
| HSV(B) | 149.06º | 0.27% | 0.94% | - |
| XYZ | 60.33 | 76.06 | 70.53 | - |
| YUV | 217.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 207 | 0.27 | 0 | 0.14 | 0.06 | 149.06 | 0.68 | 0.82 |
| Hex | B0 | F0 | CF | 1B | 0 | E | 6 | 95 | 44 | 52 |
| Octal | 260 | 360 | 317 | 33 | 0 | 16 | 6 | 225 | 104 | 122 |
| Binary | 10110000 | 11110000 | 11001111 | 11011 | 0 | 1110 | 110 | 10010101 | 1000100 | 1010010 |
Color Harmonies of #B0F0CF
Complementary color
Monochromatic Colors of #B0F0CF
Black with #B0F0CF
Text Example
Text Example
White with #B0F0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F0CF; }
p { color: rgb(176,240,207); }
H1.HeaderClassName
{
color: #B0F0CF;
}
.AnyTagClassName
{
color: #B0F0CF;
}
</style>
background-color css
<style>
a { background-color: #B0F0CF; }
a { background-color: rgb(176,240,207); }
div.DivClassName
{
background-color: #B0F0CF;
}
.BgClassName
{
background-color: #B0F0CF;
}
</style>
border-color css
<style>
span { border-color: #B0F0CF; }
span { border-color: rgb(176,240,207); }
td.TdClassName
{
border-color: #B0F0CF;
}
.TagClassName
{
border-color: #B0F0CF;
}
</style>