Shades of Magic Mint #B0F8C5
Tints of Magic Mint #B0F8C5
RGB
CMYK
RGB Variations
Color information
#B0F8C5 (or 0xB0F8C5) is known color: Magic Mint. HEX triplet: B0, F8 and C5. RGB value is (176,248,197). Sum of RGB (Red+Green+Blue) = 176+248+197=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 248 (97.27% from 255 or 39.94% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F8C5 is #4F073A. Grayscale: #DCDCDC. Windows color (decimal): -5179195 or 12974256. OLE color: 12974256.
HSL color Cylindrical-coordinate representation of color #B0F8C5: hue angle of 137.5º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F8C5 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 248 | 197 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.03 |
| HSL | 137.5º | 0.84% | 0.83% | - |
| HSV(B) | 137.5º | 0.29% | 0.97% | - |
| XYZ | 61.55 | 80.4 | 65.1 | - |
| YUV | 220.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 248 | 197 | 0.29 | 0 | 0.21 | 0.03 | 137.5 | 0.84 | 0.83 |
| Hex | B0 | F8 | C5 | 1D | 0 | 15 | 3 | 8A | 54 | 53 |
| Octal | 260 | 370 | 305 | 35 | 0 | 25 | 3 | 212 | 124 | 123 |
| Binary | 10110000 | 11111000 | 11000101 | 11101 | 0 | 10101 | 11 | 10001010 | 1010100 | 1010011 |
Color Harmonies of #B0F8C5
Complementary color
Monochromatic Colors of #B0F8C5
Black with #B0F8C5
Text Example
Text Example
White with #B0F8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F8C5; }
p { color: rgb(176,248,197); }
H1.HeaderClassName
{
color: #B0F8C5;
}
.AnyTagClassName
{
color: #B0F8C5;
}
</style>
background-color css
<style>
a { background-color: #B0F8C5; }
a { background-color: rgb(176,248,197); }
div.DivClassName
{
background-color: #B0F8C5;
}
.BgClassName
{
background-color: #B0F8C5;
}
</style>
border-color css
<style>
span { border-color: #B0F8C5; }
span { border-color: rgb(176,248,197); }
td.TdClassName
{
border-color: #B0F8C5;
}
.TagClassName
{
border-color: #B0F8C5;
}
</style>