Shades of Magic Mint #B0FADC
Tints of Magic Mint #B0FADC
RGB
CMYK
RGB Variations
Color information
#B0FADC (or 0xB0FADC) is known color: Magic Mint. HEX triplet: B0, FA and DC. RGB value is (176,250,220). Sum of RGB (Red+Green+Blue) = 176+250+220=646 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.24% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FADC is #4F0523. Grayscale: #E0E0E0. Windows color (decimal): -5178660 or 14482096. OLE color: 14482096.
HSL color Cylindrical-coordinate representation of color #B0FADC: hue angle of 155.68º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FADC is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 250 | 220 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.02 |
| HSL | 155.68º | 0.88% | 0.84% | - |
| HSV(B) | 155.68º | 0.3% | 0.98% | - |
| XYZ | 65.01 | 82.77 | 80.26 | - |
| YUV | 224.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 250 | 220 | 0.30 | 0 | 0.12 | 0.02 | 155.68 | 0.88 | 0.84 |
| Hex | B0 | FA | DC | 1E | 0 | C | 2 | 9C | 58 | 54 |
| Octal | 260 | 372 | 334 | 36 | 0 | 14 | 2 | 234 | 130 | 124 |
| Binary | 10110000 | 11111010 | 11011100 | 11110 | 0 | 1100 | 10 | 10011100 | 1011000 | 1010100 |
Color Harmonies of #B0FADC
Complementary color
Monochromatic Colors of #B0FADC
Black with #B0FADC
Text Example
Text Example
White with #B0FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FADC; }
p { color: rgb(176,250,220); }
H1.HeaderClassName
{
color: #B0FADC;
}
.AnyTagClassName
{
color: #B0FADC;
}
</style>
background-color css
<style>
a { background-color: #B0FADC; }
a { background-color: rgb(176,250,220); }
div.DivClassName
{
background-color: #B0FADC;
}
.BgClassName
{
background-color: #B0FADC;
}
</style>
border-color css
<style>
span { border-color: #B0FADC; }
span { border-color: rgb(176,250,220); }
td.TdClassName
{
border-color: #B0FADC;
}
.TagClassName
{
border-color: #B0FADC;
}
</style>