Shades of Magic Mint #B6F9DB
Tints of Magic Mint #B6F9DB
RGB
CMYK
RGB Variations
Color information
#B6F9DB (or 0xB6F9DB) is known color: Magic Mint. HEX triplet: B6, F9 and DB. RGB value is (182,249,219). Sum of RGB (Red+Green+Blue) = 182+249+219=650 (86% of max value = 765). Red value is 182 (71.48% from 255 or 28% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F9DB is #490624. Grayscale: #E1E1E1. Windows color (decimal): -4785701 or 14416310. OLE color: 14416310.
HSL color Cylindrical-coordinate representation of color #B6F9DB: hue angle of 153.13º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6F9DB is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 182 | 249 | 219 | - |
CMYK | 0.27 | 0 | 0.12 | 0.02 |
HSL | 153.13º | 0.85% | 0.85% | - |
HSV(B) | 153.13º | 0.27% | 0.98% | - |
XYZ | 65.95 | 82.81 | 79.53 | - |
YUV | 225.55 | 124.3 | 96.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 249 | 219 | 0.27 | 0 | 0.12 | 0.02 | 153.13 | 0.85 | 0.85 |
Hex | B6 | F9 | DB | 1B | 0 | C | 2 | 99 | 55 | 55 |
Octal | 266 | 371 | 333 | 33 | 0 | 14 | 2 | 231 | 125 | 125 |
Binary | 10110110 | 11111001 | 11011011 | 11011 | 0 | 1100 | 10 | 10011001 | 1010101 | 1010101 |
Color Harmonies of #B6F9DB
Complementary color
Monochromatic Colors of #B6F9DB
Black with #B6F9DB
Text Example
Text Example
White with #B6F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F9DB; }
p { color: rgb(182,249,219); }
H1.HeaderClassName
{
color: #B6F9DB;
}
.AnyTagClassName
{
color: #B6F9DB;
}
</style>
background-color css
<style>
a { background-color: #B6F9DB; }
a { background-color: rgb(182,249,219); }
div.DivClassName
{
background-color: #B6F9DB;
}
.BgClassName
{
background-color: #B6F9DB;
}
</style>
border-color css
<style>
span { border-color: #B6F9DB; }
span { border-color: rgb(182,249,219); }
td.TdClassName
{
border-color: #B6F9DB;
}
.TagClassName
{
border-color: #B6F9DB;
}
</style>