Shades of Magic Mint #B0F0CA
Tints of Magic Mint #B0F0CA
RGB
CMYK
RGB Variations
Color information
#B0F0CA (or 0xB0F0CA) is known color: Magic Mint. HEX triplet: B0, F0 and CA. RGB value is (176,240,202). Sum of RGB (Red+Green+Blue) = 176+240+202=618 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.48% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0CA is #4F0F35. Grayscale: #D8D8D8. Windows color (decimal): -5181238 or 13299888. OLE color: 13299888.
HSL color Cylindrical-coordinate representation of color #B0F0CA: hue angle of 144.38º 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 #B0F0CA is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 202 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.06 |
| HSL | 144.38º | 0.68% | 0.82% | - |
| HSV(B) | 144.38º | 0.27% | 0.94% | - |
| XYZ | 59.73 | 75.81 | 67.36 | - |
| YUV | 216.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 202 | 0.27 | 0 | 0.16 | 0.06 | 144.38 | 0.68 | 0.82 |
| Hex | B0 | F0 | CA | 1B | 0 | 10 | 6 | 90 | 44 | 52 |
| Octal | 260 | 360 | 312 | 33 | 0 | 20 | 6 | 220 | 104 | 122 |
| Binary | 10110000 | 11110000 | 11001010 | 11011 | 0 | 10000 | 110 | 10010000 | 1000100 | 1010010 |
Color Harmonies of #B0F0CA
Complementary color
Monochromatic Colors of #B0F0CA
Black with #B0F0CA
Text Example
Text Example
White with #B0F0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F0CA; }
p { color: rgb(176,240,202); }
H1.HeaderClassName
{
color: #B0F0CA;
}
.AnyTagClassName
{
color: #B0F0CA;
}
</style>
background-color css
<style>
a { background-color: #B0F0CA; }
a { background-color: rgb(176,240,202); }
div.DivClassName
{
background-color: #B0F0CA;
}
.BgClassName
{
background-color: #B0F0CA;
}
</style>
border-color css
<style>
span { border-color: #B0F0CA; }
span { border-color: rgb(176,240,202); }
td.TdClassName
{
border-color: #B0F0CA;
}
.TagClassName
{
border-color: #B0F0CA;
}
</style>