Shades of Magic Mint #B6FFDB
Tints of Magic Mint #B6FFDB
RGB
CMYK
RGB Variations
Color information
#B6FFDB (or 0xB6FFDB) is known color: Magic Mint. HEX triplet: B6, FF and DB. RGB value is (182,255,219). Sum of RGB (Red+Green+Blue) = 182+255+219=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFDB is #490024. Grayscale: #E5E5E5. Windows color (decimal): -4784165 or 14417846. OLE color: 14417846.
HSL color Cylindrical-coordinate representation of color #B6FFDB: hue angle of 150.41º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFDB is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 182 | 255 | 219 | - |
CMYK | 0.29 | 0 | 0.14 | 0 |
HSL | 150.41º | 1% | 0.86% | - |
HSV(B) | 150.41º | 0.29% | 1% | - |
XYZ | 67.84 | 86.58 | 80.15 | - |
YUV | 229.07 | 122.32 | 94.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 255 | 219 | 0.29 | 0 | 0.14 | 0 | 150.41 | 1 | 0.86 |
Hex | B6 | FF | DB | 1D | 0 | E | 0 | 96 | 64 | 56 |
Octal | 266 | 377 | 333 | 35 | 0 | 16 | 0 | 226 | 144 | 126 |
Binary | 10110110 | 11111111 | 11011011 | 11101 | 0 | 1110 | 0 | 10010110 | 1100100 | 1010110 |
Color Harmonies of #B6FFDB
Complementary color
Monochromatic Colors of #B6FFDB
Black with #B6FFDB
Text Example
Text Example
White with #B6FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFDB; }
p { color: rgb(182,255,219); }
H1.HeaderClassName
{
color: #B6FFDB;
}
.AnyTagClassName
{
color: #B6FFDB;
}
</style>
background-color css
<style>
a { background-color: #B6FFDB; }
a { background-color: rgb(182,255,219); }
div.DivClassName
{
background-color: #B6FFDB;
}
.BgClassName
{
background-color: #B6FFDB;
}
</style>
border-color css
<style>
span { border-color: #B6FFDB; }
span { border-color: rgb(182,255,219); }
td.TdClassName
{
border-color: #B6FFDB;
}
.TagClassName
{
border-color: #B6FFDB;
}
</style>