Shades of Magic Mint #B0F4CB
Tints of Magic Mint #B0F4CB
RGB
CMYK
RGB Variations
Color information
#B0F4CB (or 0xB0F4CB) is known color: Magic Mint. HEX triplet: B0, F4 and CB. RGB value is (176,244,203). Sum of RGB (Red+Green+Blue) = 176+244+203=623 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.25% from 623); Green value is 244 (95.70% from 255 or 39.17% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F4CB is #4F0B34. Grayscale: #DBDBDB. Windows color (decimal): -5180213 or 13366448. OLE color: 13366448.
HSL color Cylindrical-coordinate representation of color #B0F4CB: hue angle of 143.82º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F4CB is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 244 | 203 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.04 |
| HSL | 143.82º | 0.76% | 0.82% | - |
| HSV(B) | 143.82º | 0.28% | 0.96% | - |
| XYZ | 61.03 | 78.24 | 68.39 | - |
| YUV | 218.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 244 | 203 | 0.28 | 0 | 0.17 | 0.04 | 143.82 | 0.76 | 0.82 |
| Hex | B0 | F4 | CB | 1C | 0 | 11 | 4 | 90 | 4C | 52 |
| Octal | 260 | 364 | 313 | 34 | 0 | 21 | 4 | 220 | 114 | 122 |
| Binary | 10110000 | 11110100 | 11001011 | 11100 | 0 | 10001 | 100 | 10010000 | 1001100 | 1010010 |
Color Harmonies of #B0F4CB
Complementary color
Monochromatic Colors of #B0F4CB
Black with #B0F4CB
Text Example
Text Example
White with #B0F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F4CB; }
p { color: rgb(176,244,203); }
H1.HeaderClassName
{
color: #B0F4CB;
}
.AnyTagClassName
{
color: #B0F4CB;
}
</style>
background-color css
<style>
a { background-color: #B0F4CB; }
a { background-color: rgb(176,244,203); }
div.DivClassName
{
background-color: #B0F4CB;
}
.BgClassName
{
background-color: #B0F4CB;
}
</style>
border-color css
<style>
span { border-color: #B0F4CB; }
span { border-color: rgb(176,244,203); }
td.TdClassName
{
border-color: #B0F4CB;
}
.TagClassName
{
border-color: #B0F4CB;
}
</style>