Shades of Magic Mint #B0F2D2
Tints of Magic Mint #B0F2D2
RGB
CMYK
RGB Variations
Color information
#B0F2D2 (or 0xB0F2D2) is known color: Magic Mint. HEX triplet: B0, F2 and D2. RGB value is (176,242,210). Sum of RGB (Red+Green+Blue) = 176+242+210=628 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.03% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F2D2 is #4F0D2D. Grayscale: #DADADA. Windows color (decimal): -5180718 or 13824688. OLE color: 13824688.
HSL color Cylindrical-coordinate representation of color #B0F2D2: hue angle of 150.91º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F2D2 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 242 | 210 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.05 |
| HSL | 150.91º | 0.72% | 0.82% | - |
| HSV(B) | 150.91º | 0.27% | 0.95% | - |
| XYZ | 61.29 | 77.39 | 72.68 | - |
| YUV | 218.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 242 | 210 | 0.27 | 0 | 0.13 | 0.05 | 150.91 | 0.72 | 0.82 |
| Hex | B0 | F2 | D2 | 1B | 0 | D | 5 | 97 | 48 | 52 |
| Octal | 260 | 362 | 322 | 33 | 0 | 15 | 5 | 227 | 110 | 122 |
| Binary | 10110000 | 11110010 | 11010010 | 11011 | 0 | 1101 | 101 | 10010111 | 1001000 | 1010010 |
Color Harmonies of #B0F2D2
Complementary color
Monochromatic Colors of #B0F2D2
Black with #B0F2D2
Text Example
Text Example
White with #B0F2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F2D2; }
p { color: rgb(176,242,210); }
H1.HeaderClassName
{
color: #B0F2D2;
}
.AnyTagClassName
{
color: #B0F2D2;
}
</style>
background-color css
<style>
a { background-color: #B0F2D2; }
a { background-color: rgb(176,242,210); }
div.DivClassName
{
background-color: #B0F2D2;
}
.BgClassName
{
background-color: #B0F2D2;
}
</style>
border-color css
<style>
span { border-color: #B0F2D2; }
span { border-color: rgb(176,242,210); }
td.TdClassName
{
border-color: #B0F2D2;
}
.TagClassName
{
border-color: #B0F2D2;
}
</style>