Shades of Magic Mint #B9FDD4
Tints of Magic Mint #B9FDD4
RGB
CMYK
RGB Variations
Color information
#B9FDD4 (or 0xB9FDD4) is known color: Magic Mint. HEX triplet: B9, FD and D4. RGB value is (185,253,212). Sum of RGB (Red+Green+Blue) = 185+253+212=650 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.46% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FDD4 is #46022B. Grayscale: #E4E4E4. Windows color (decimal): -4588076 or 13958585. OLE color: 13958585.
HSL color Cylindrical-coordinate representation of color #B9FDD4: hue angle of 143.82º 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 #B9FDD4 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 185 | 253 | 212 | - |
CMYK | 0.27 | 0 | 0.16 | 0.01 |
HSL | 143.82º | 0.94% | 0.86% | - |
HSV(B) | 143.82º | 0.27% | 0.99% | - |
XYZ | 67.02 | 85.32 | 75.22 | - |
YUV | 227.99 | 118.97 | 97.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 253 | 212 | 0.27 | 0 | 0.16 | 0.01 | 143.82 | 0.94 | 0.86 |
Hex | B9 | FD | D4 | 1B | 0 | 10 | 1 | 90 | 5E | 56 |
Octal | 271 | 375 | 324 | 33 | 0 | 20 | 1 | 220 | 136 | 126 |
Binary | 10111001 | 11111101 | 11010100 | 11011 | 0 | 10000 | 1 | 10010000 | 1011110 | 1010110 |
Color Harmonies of #B9FDD4
Complementary color
Monochromatic Colors of #B9FDD4
Black with #B9FDD4
Text Example
Text Example
White with #B9FDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FDD4; }
p { color: rgb(185,253,212); }
H1.HeaderClassName
{
color: #B9FDD4;
}
.AnyTagClassName
{
color: #B9FDD4;
}
</style>
background-color css
<style>
a { background-color: #B9FDD4; }
a { background-color: rgb(185,253,212); }
div.DivClassName
{
background-color: #B9FDD4;
}
.BgClassName
{
background-color: #B9FDD4;
}
</style>
border-color css
<style>
span { border-color: #B9FDD4; }
span { border-color: rgb(185,253,212); }
td.TdClassName
{
border-color: #B9FDD4;
}
.TagClassName
{
border-color: #B9FDD4;
}
</style>