Shades of Magic Mint #B3FCDD
Tints of Magic Mint #B3FCDD
RGB
CMYK
RGB Variations
Color information
#B3FCDD (or 0xB3FCDD) is known color: Magic Mint. HEX triplet: B3, FC and DD. RGB value is (179,252,221). Sum of RGB (Red+Green+Blue) = 179+252+221=652 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.45% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FCDD is #4C0322. Grayscale: #E2E2E2. Windows color (decimal): -4981539 or 14548147. OLE color: 14548147.
HSL color Cylindrical-coordinate representation of color #B3FCDD: hue angle of 154.52º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FCDD is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 252 | 221 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.01 |
| HSL | 154.52º | 0.92% | 0.85% | - |
| HSV(B) | 154.52º | 0.29% | 0.99% | - |
| XYZ | 66.45 | 84.42 | 81.2 | - |
| YUV | 226.64 | 124.82 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 252 | 221 | 0.29 | 0 | 0.12 | 0.01 | 154.52 | 0.92 | 0.85 |
| Hex | B3 | FC | DD | 1D | 0 | C | 1 | 9B | 5C | 55 |
| Octal | 263 | 374 | 335 | 35 | 0 | 14 | 1 | 233 | 134 | 125 |
| Binary | 10110011 | 11111100 | 11011101 | 11101 | 0 | 1100 | 1 | 10011011 | 1011100 | 1010101 |
Color Harmonies of #B3FCDD
Complementary color
Monochromatic Colors of #B3FCDD
Black with #B3FCDD
Text Example
Text Example
White with #B3FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FCDD; }
p { color: rgb(179,252,221); }
H1.HeaderClassName
{
color: #B3FCDD;
}
.AnyTagClassName
{
color: #B3FCDD;
}
</style>
background-color css
<style>
a { background-color: #B3FCDD; }
a { background-color: rgb(179,252,221); }
div.DivClassName
{
background-color: #B3FCDD;
}
.BgClassName
{
background-color: #B3FCDD;
}
</style>
border-color css
<style>
span { border-color: #B3FCDD; }
span { border-color: rgb(179,252,221); }
td.TdClassName
{
border-color: #B3FCDD;
}
.TagClassName
{
border-color: #B3FCDD;
}
</style>