Shades of Magic Mint #B7FFDB
Tints of Magic Mint #B7FFDB
RGB
CMYK
RGB Variations
Color information
#B7FFDB (or 0xB7FFDB) is known color: Magic Mint. HEX triplet: B7, FF and DB. RGB value is (183,255,219). Sum of RGB (Red+Green+Blue) = 183+255+219=657 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.85% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FFDB is #480024. Grayscale: #E5E5E5. Windows color (decimal): -4718629 or 14417847. OLE color: 14417847.
HSL color Cylindrical-coordinate representation of color #B7FFDB: hue angle of 150º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FFDB is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 183 | 255 | 219 | - |
CMYK | 0.28 | 0 | 0.14 | 0 |
HSL | 150º | 1% | 0.86% | - |
HSV(B) | 150º | 0.28% | 1% | - |
XYZ | 68.07 | 86.7 | 80.17 | - |
YUV | 229.37 | 122.15 | 94.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 255 | 219 | 0.28 | 0 | 0.14 | 0 | 150 | 1 | 0.86 |
Hex | B7 | FF | DB | 1C | 0 | E | 0 | 96 | 64 | 56 |
Octal | 267 | 377 | 333 | 34 | 0 | 16 | 0 | 226 | 144 | 126 |
Binary | 10110111 | 11111111 | 11011011 | 11100 | 0 | 1110 | 0 | 10010110 | 1100100 | 1010110 |
Color Harmonies of #B7FFDB
Complementary color
Monochromatic Colors of #B7FFDB
Black with #B7FFDB
Text Example
Text Example
White with #B7FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FFDB; }
p { color: rgb(183,255,219); }
H1.HeaderClassName
{
color: #B7FFDB;
}
.AnyTagClassName
{
color: #B7FFDB;
}
</style>
background-color css
<style>
a { background-color: #B7FFDB; }
a { background-color: rgb(183,255,219); }
div.DivClassName
{
background-color: #B7FFDB;
}
.BgClassName
{
background-color: #B7FFDB;
}
</style>
border-color css
<style>
span { border-color: #B7FFDB; }
span { border-color: rgb(183,255,219); }
td.TdClassName
{
border-color: #B7FFDB;
}
.TagClassName
{
border-color: #B7FFDB;
}
</style>