Shades of Magic Mint #B0F4CA
Tints of Magic Mint #B0F4CA
RGB
CMYK
RGB Variations
Color information
#B0F4CA (or 0xB0F4CA) is known color: Magic Mint. HEX triplet: B0, F4 and CA. RGB value is (176,244,202). Sum of RGB (Red+Green+Blue) = 176+244+202=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 244 (95.70% from 255 or 39.23% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F4CA is #4F0B35. Grayscale: #DADADA. Windows color (decimal): -5180214 or 13300912. OLE color: 13300912.
HSL color Cylindrical-coordinate representation of color #B0F4CA: hue angle of 142.94º 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 #B0F4CA is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 244 | 202 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.04 |
| HSL | 142.94º | 0.76% | 0.82% | - |
| HSV(B) | 142.94º | 0.28% | 0.96% | - |
| XYZ | 60.92 | 78.2 | 67.76 | - |
| YUV | 218.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 244 | 202 | 0.28 | 0 | 0.17 | 0.04 | 142.94 | 0.76 | 0.82 |
| Hex | B0 | F4 | CA | 1C | 0 | 11 | 4 | 8F | 4C | 52 |
| Octal | 260 | 364 | 312 | 34 | 0 | 21 | 4 | 217 | 114 | 122 |
| Binary | 10110000 | 11110100 | 11001010 | 11100 | 0 | 10001 | 100 | 10001111 | 1001100 | 1010010 |
Color Harmonies of #B0F4CA
Complementary color
Monochromatic Colors of #B0F4CA
Black with #B0F4CA
Text Example
Text Example
White with #B0F4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F4CA; }
p { color: rgb(176,244,202); }
H1.HeaderClassName
{
color: #B0F4CA;
}
.AnyTagClassName
{
color: #B0F4CA;
}
</style>
background-color css
<style>
a { background-color: #B0F4CA; }
a { background-color: rgb(176,244,202); }
div.DivClassName
{
background-color: #B0F4CA;
}
.BgClassName
{
background-color: #B0F4CA;
}
</style>
border-color css
<style>
span { border-color: #B0F4CA; }
span { border-color: rgb(176,244,202); }
td.TdClassName
{
border-color: #B0F4CA;
}
.TagClassName
{
border-color: #B0F4CA;
}
</style>