Shades of Magic Mint #B9FDDD
Tints of Magic Mint #B9FDDD
RGB
CMYK
RGB Variations
Color information
#B9FDDD (or 0xB9FDDD) is known color: Magic Mint. HEX triplet: B9, FD and DD. RGB value is (185,253,221). Sum of RGB (Red+Green+Blue) = 185+253+221=659 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.07% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FDDD is #460222. Grayscale: #E5E5E5. Windows color (decimal): -4588067 or 14548409. OLE color: 14548409.
HSL color Cylindrical-coordinate representation of color #B9FDDD: hue angle of 151.76º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FDDD is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 185 | 253 | 221 | - |
CMYK | 0.27 | 0 | 0.13 | 0.01 |
HSL | 151.76º | 0.94% | 0.86% | - |
HSV(B) | 151.76º | 0.27% | 0.99% | - |
XYZ | 68.18 | 85.79 | 81.37 | - |
YUV | 229.02 | 123.47 | 96.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 253 | 221 | 0.27 | 0 | 0.13 | 0.01 | 151.76 | 0.94 | 0.86 |
Hex | B9 | FD | DD | 1B | 0 | D | 1 | 98 | 5E | 56 |
Octal | 271 | 375 | 335 | 33 | 0 | 15 | 1 | 230 | 136 | 126 |
Binary | 10111001 | 11111101 | 11011101 | 11011 | 0 | 1101 | 1 | 10011000 | 1011110 | 1010110 |
Color Harmonies of #B9FDDD
Complementary color
Monochromatic Colors of #B9FDDD
Black with #B9FDDD
Text Example
Text Example
White with #B9FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FDDD; }
p { color: rgb(185,253,221); }
H1.HeaderClassName
{
color: #B9FDDD;
}
.AnyTagClassName
{
color: #B9FDDD;
}
</style>
background-color css
<style>
a { background-color: #B9FDDD; }
a { background-color: rgb(185,253,221); }
div.DivClassName
{
background-color: #B9FDDD;
}
.BgClassName
{
background-color: #B9FDDD;
}
</style>
border-color css
<style>
span { border-color: #B9FDDD; }
span { border-color: rgb(185,253,221); }
td.TdClassName
{
border-color: #B9FDDD;
}
.TagClassName
{
border-color: #B9FDDD;
}
</style>