Shades of Magic Mint #B2FFD6
Tints of Magic Mint #B2FFD6
RGB
CMYK
RGB Variations
Color information
#B2FFD6 (or 0xB2FFD6) is known color: Magic Mint. HEX triplet: B2, FF and D6. RGB value is (178,255,214). Sum of RGB (Red+Green+Blue) = 178+255+214=647 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.51% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 214 (83.98% from 255 or 33.08% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFD6 is #4D0029. Grayscale: #E3E3E3. Windows color (decimal): -5046314 or 14090162. OLE color: 14090162.
HSL color Cylindrical-coordinate representation of color #B2FFD6: hue angle of 148.05º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFD6 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 178 | 255 | 214 | - |
CMYK | 0.30 | 0 | 0.16 | 0 |
HSL | 148.05º | 1% | 0.85% | - |
HSV(B) | 148.05º | 0.3% | 1% | - |
XYZ | 66.26 | 85.84 | 76.69 | - |
YUV | 227.3 | 120.49 | 92.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 255 | 214 | 0.30 | 0 | 0.16 | 0 | 148.05 | 1 | 0.85 |
Hex | B2 | FF | D6 | 1E | 0 | 10 | 0 | 94 | 64 | 55 |
Octal | 262 | 377 | 326 | 36 | 0 | 20 | 0 | 224 | 144 | 125 |
Binary | 10110010 | 11111111 | 11010110 | 11110 | 0 | 10000 | 0 | 10010100 | 1100100 | 1010101 |
Color Harmonies of #B2FFD6
Complementary color
Monochromatic Colors of #B2FFD6
Black with #B2FFD6
Text Example
Text Example
White with #B2FFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFD6; }
p { color: rgb(178,255,214); }
H1.HeaderClassName
{
color: #B2FFD6;
}
.AnyTagClassName
{
color: #B2FFD6;
}
</style>
background-color css
<style>
a { background-color: #B2FFD6; }
a { background-color: rgb(178,255,214); }
div.DivClassName
{
background-color: #B2FFD6;
}
.BgClassName
{
background-color: #B2FFD6;
}
</style>
border-color css
<style>
span { border-color: #B2FFD6; }
span { border-color: rgb(178,255,214); }
td.TdClassName
{
border-color: #B2FFD6;
}
.TagClassName
{
border-color: #B2FFD6;
}
</style>