Shades of Magic Mint #B0FFCA
Tints of Magic Mint #B0FFCA
RGB
CMYK
RGB Variations
Color information
#B0FFCA (or 0xB0FFCA) is known color: Magic Mint. HEX triplet: B0, FF and CA. RGB value is (176,255,202). Sum of RGB (Red+Green+Blue) = 176+255+202=633 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.80% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFCA is #4F0035. Grayscale: #E1E1E1. Windows color (decimal): -5177398 or 13303728. OLE color: 13303728.
HSL color Cylindrical-coordinate representation of color #B0FFCA: hue angle of 139.75º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFCA is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 202 | - |
| CMYK | 0.31 | 0 | 0.21 | 0 |
| HSL | 139.75º | 1% | 0.85% | - |
| HSV(B) | 139.75º | 0.31% | 1% | - |
| XYZ | 64.33 | 85.01 | 68.9 | - |
| YUV | 225.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 202 | 0.31 | 0 | 0.21 | 0 | 139.75 | 1 | 0.85 |
| Hex | B0 | FF | CA | 1F | 0 | 15 | 0 | 8C | 64 | 55 |
| Octal | 260 | 377 | 312 | 37 | 0 | 25 | 0 | 214 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11001010 | 11111 | 0 | 10101 | 0 | 10001100 | 1100100 | 1010101 |
Color Harmonies of #B0FFCA
Complementary color
Monochromatic Colors of #B0FFCA
Black with #B0FFCA
Text Example
Text Example
White with #B0FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFCA; }
p { color: rgb(176,255,202); }
H1.HeaderClassName
{
color: #B0FFCA;
}
.AnyTagClassName
{
color: #B0FFCA;
}
</style>
background-color css
<style>
a { background-color: #B0FFCA; }
a { background-color: rgb(176,255,202); }
div.DivClassName
{
background-color: #B0FFCA;
}
.BgClassName
{
background-color: #B0FFCA;
}
</style>
border-color css
<style>
span { border-color: #B0FFCA; }
span { border-color: rgb(176,255,202); }
td.TdClassName
{
border-color: #B0FFCA;
}
.TagClassName
{
border-color: #B0FFCA;
}
</style>