Shades of Magic Mint #B7F8DB
Tints of Magic Mint #B7F8DB
RGB
CMYK
RGB Variations
Color information
#B7F8DB (or 0xB7F8DB) is known color: Magic Mint. HEX triplet: B7, F8 and DB. RGB value is (183,248,219). Sum of RGB (Red+Green+Blue) = 183+248+219=650 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.15% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 248 - color contains mainly: green. Hex color #B7F8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F8DB is #480724. Grayscale: #E1E1E1. Windows color (decimal): -4720421 or 14416055. OLE color: 14416055.
HSL color Cylindrical-coordinate representation of color #B7F8DB: hue angle of 153.23º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7F8DB is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 248 | 219 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.03 |
| HSL | 153.23º | 0.82% | 0.85% | - |
| HSV(B) | 153.23º | 0.26% | 0.97% | - |
| XYZ | 65.88 | 82.32 | 79.43 | - |
| YUV | 225.26 | 124.47 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 248 | 219 | 0.26 | 0 | 0.12 | 0.03 | 153.23 | 0.82 | 0.85 |
| Hex | B7 | F8 | DB | 1A | 0 | C | 3 | 99 | 52 | 55 |
| Octal | 267 | 370 | 333 | 32 | 0 | 14 | 3 | 231 | 122 | 125 |
| Binary | 10110111 | 11111000 | 11011011 | 11010 | 0 | 1100 | 11 | 10011001 | 1010010 | 1010101 |
Color Harmonies of #B7F8DB
Complementary color
Monochromatic Colors of #B7F8DB
Black with #B7F8DB
Text Example
Text Example
White with #B7F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F8DB; }
p { color: rgb(183,248,219); }
H1.HeaderClassName
{
color: #B7F8DB;
}
.AnyTagClassName
{
color: #B7F8DB;
}
</style>
background-color css
<style>
a { background-color: #B7F8DB; }
a { background-color: rgb(183,248,219); }
div.DivClassName
{
background-color: #B7F8DB;
}
.BgClassName
{
background-color: #B7F8DB;
}
</style>
border-color css
<style>
span { border-color: #B7F8DB; }
span { border-color: rgb(183,248,219); }
td.TdClassName
{
border-color: #B7F8DB;
}
.TagClassName
{
border-color: #B7F8DB;
}
</style>