Shades of Magic Mint #B6FCDD
Tints of Magic Mint #B6FCDD
RGB
CMYK
RGB Variations
Color information
#B6FCDD (or 0xB6FCDD) is known color: Magic Mint. HEX triplet: B6, FC and DD. RGB value is (182,252,221). Sum of RGB (Red+Green+Blue) = 182+252+221=655 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.79% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FCDD is #490322. Grayscale: #E3E3E3. Windows color (decimal): -4784931 or 14548150. OLE color: 14548150.
HSL color Cylindrical-coordinate representation of color #B6FCDD: hue angle of 153.43º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6FCDD is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 252 | 221 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.01 |
| HSL | 153.43º | 0.92% | 0.85% | - |
| HSV(B) | 153.43º | 0.28% | 0.99% | - |
| XYZ | 67.15 | 84.79 | 81.23 | - |
| YUV | 227.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 252 | 221 | 0.28 | 0 | 0.12 | 0.01 | 153.43 | 0.92 | 0.85 |
| Hex | B6 | FC | DD | 1C | 0 | C | 1 | 99 | 5C | 55 |
| Octal | 266 | 374 | 335 | 34 | 0 | 14 | 1 | 231 | 134 | 125 |
| Binary | 10110110 | 11111100 | 11011101 | 11100 | 0 | 1100 | 1 | 10011001 | 1011100 | 1010101 |
Color Harmonies of #B6FCDD
Complementary color
Monochromatic Colors of #B6FCDD
Black with #B6FCDD
Text Example
Text Example
White with #B6FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FCDD; }
p { color: rgb(182,252,221); }
H1.HeaderClassName
{
color: #B6FCDD;
}
.AnyTagClassName
{
color: #B6FCDD;
}
</style>
background-color css
<style>
a { background-color: #B6FCDD; }
a { background-color: rgb(182,252,221); }
div.DivClassName
{
background-color: #B6FCDD;
}
.BgClassName
{
background-color: #B6FCDD;
}
</style>
border-color css
<style>
span { border-color: #B6FCDD; }
span { border-color: rgb(182,252,221); }
td.TdClassName
{
border-color: #B6FCDD;
}
.TagClassName
{
border-color: #B6FCDD;
}
</style>