Shades of Magic Mint #B5F9DB
Tints of Magic Mint #B5F9DB
RGB
CMYK
RGB Variations
Color information
#B5F9DB (or 0xB5F9DB) is known color: Magic Mint. HEX triplet: B5, F9 and DB. RGB value is (181,249,219). Sum of RGB (Red+Green+Blue) = 181+249+219=649 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.89% from 649); Green value is 249 (97.66% from 255 or 38.37% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 249 - color contains mainly: green. Hex color #B5F9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F9DB is #4A0624. Grayscale: #E1E1E1. Windows color (decimal): -4851237 or 14416309. OLE color: 14416309.
HSL color Cylindrical-coordinate representation of color #B5F9DB: hue angle of 153.53º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F9DB is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 249 | 219 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.02 |
| HSL | 153.53º | 0.85% | 0.84% | - |
| HSV(B) | 153.53º | 0.27% | 0.98% | - |
| XYZ | 65.72 | 82.69 | 79.51 | - |
| YUV | 225.25 | 124.47 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 249 | 219 | 0.27 | 0 | 0.12 | 0.02 | 153.53 | 0.85 | 0.84 |
| Hex | B5 | F9 | DB | 1B | 0 | C | 2 | 9A | 55 | 54 |
| Octal | 265 | 371 | 333 | 33 | 0 | 14 | 2 | 232 | 125 | 124 |
| Binary | 10110101 | 11111001 | 11011011 | 11011 | 0 | 1100 | 10 | 10011010 | 1010101 | 1010100 |
Color Harmonies of #B5F9DB
Complementary color
Monochromatic Colors of #B5F9DB
Black with #B5F9DB
Text Example
Text Example
White with #B5F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F9DB; }
p { color: rgb(181,249,219); }
H1.HeaderClassName
{
color: #B5F9DB;
}
.AnyTagClassName
{
color: #B5F9DB;
}
</style>
background-color css
<style>
a { background-color: #B5F9DB; }
a { background-color: rgb(181,249,219); }
div.DivClassName
{
background-color: #B5F9DB;
}
.BgClassName
{
background-color: #B5F9DB;
}
</style>
border-color css
<style>
span { border-color: #B5F9DB; }
span { border-color: rgb(181,249,219); }
td.TdClassName
{
border-color: #B5F9DB;
}
.TagClassName
{
border-color: #B5F9DB;
}
</style>