Shades of Magic Mint #B0FCCF
Tints of Magic Mint #B0FCCF
RGB
CMYK
RGB Variations
Color information
#B0FCCF (or 0xB0FCCF) is known color: Magic Mint. HEX triplet: B0, FC and CF. RGB value is (176,252,207). Sum of RGB (Red+Green+Blue) = 176+252+207=635 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.72% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCCF is #4F0330. Grayscale: #E0E0E0. Windows color (decimal): -5178161 or 13630640. OLE color: 13630640.
HSL color Cylindrical-coordinate representation of color #B0FCCF: hue angle of 144.47º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FCCF is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 207 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.01 |
| HSL | 144.47º | 0.93% | 0.84% | - |
| HSV(B) | 144.47º | 0.3% | 0.99% | - |
| XYZ | 63.98 | 83.36 | 71.75 | - |
| YUV | 224.15 | 118.32 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 207 | 0.30 | 0 | 0.18 | 0.01 | 144.47 | 0.93 | 0.84 |
| Hex | B0 | FC | CF | 1E | 0 | 12 | 1 | 90 | 5D | 54 |
| Octal | 260 | 374 | 317 | 36 | 0 | 22 | 1 | 220 | 135 | 124 |
| Binary | 10110000 | 11111100 | 11001111 | 11110 | 0 | 10010 | 1 | 10010000 | 1011101 | 1010100 |
Color Harmonies of #B0FCCF
Complementary color
Monochromatic Colors of #B0FCCF
Black with #B0FCCF
Text Example
Text Example
White with #B0FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FCCF; }
p { color: rgb(176,252,207); }
H1.HeaderClassName
{
color: #B0FCCF;
}
.AnyTagClassName
{
color: #B0FCCF;
}
</style>
background-color css
<style>
a { background-color: #B0FCCF; }
a { background-color: rgb(176,252,207); }
div.DivClassName
{
background-color: #B0FCCF;
}
.BgClassName
{
background-color: #B0FCCF;
}
</style>
border-color css
<style>
span { border-color: #B0FCCF; }
span { border-color: rgb(176,252,207); }
td.TdClassName
{
border-color: #B0FCCF;
}
.TagClassName
{
border-color: #B0FCCF;
}
</style>