Shades of Magic Mint #B8F9DB
Tints of Magic Mint #B8F9DB
RGB
CMYK
RGB Variations
Color information
#B8F9DB (or 0xB8F9DB) is known color: Magic Mint. HEX triplet: B8, F9 and DB. RGB value is (184,249,219). Sum of RGB (Red+Green+Blue) = 184+249+219=652 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.22% from 652); Green value is 249 (97.66% from 255 or 38.19% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 249 - color contains mainly: green. Hex color #B8F9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F9DB is #470624. Grayscale: #E2E2E2. Windows color (decimal): -4654629 or 14416312. OLE color: 14416312.
HSL color Cylindrical-coordinate representation of color #B8F9DB: hue angle of 152.31º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8F9DB is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 184 | 249 | 219 | - |
CMYK | 0.26 | 0 | 0.12 | 0.02 |
HSL | 152.31º | 0.84% | 0.85% | - |
HSV(B) | 152.31º | 0.26% | 0.98% | - |
XYZ | 66.43 | 83.06 | 79.55 | - |
YUV | 226.15 | 123.97 | 97.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 249 | 219 | 0.26 | 0 | 0.12 | 0.02 | 152.31 | 0.84 | 0.85 |
Hex | B8 | F9 | DB | 1A | 0 | C | 2 | 98 | 54 | 55 |
Octal | 270 | 371 | 333 | 32 | 0 | 14 | 2 | 230 | 124 | 125 |
Binary | 10111000 | 11111001 | 11011011 | 11010 | 0 | 1100 | 10 | 10011000 | 1010100 | 1010101 |
Color Harmonies of #B8F9DB
Complementary color
Monochromatic Colors of #B8F9DB
Black with #B8F9DB
Text Example
Text Example
White with #B8F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F9DB; }
p { color: rgb(184,249,219); }
H1.HeaderClassName
{
color: #B8F9DB;
}
.AnyTagClassName
{
color: #B8F9DB;
}
</style>
background-color css
<style>
a { background-color: #B8F9DB; }
a { background-color: rgb(184,249,219); }
div.DivClassName
{
background-color: #B8F9DB;
}
.BgClassName
{
background-color: #B8F9DB;
}
</style>
border-color css
<style>
span { border-color: #B8F9DB; }
span { border-color: rgb(184,249,219); }
td.TdClassName
{
border-color: #B8F9DB;
}
.TagClassName
{
border-color: #B8F9DB;
}
</style>