Shades of Magic Mint #B3F1D6
Tints of Magic Mint #B3F1D6
RGB
CMYK
RGB Variations
Color information
#B3F1D6 (or 0xB3F1D6) is known color: Magic Mint. HEX triplet: B3, F1 and D6. RGB value is (179,241,214). Sum of RGB (Red+Green+Blue) = 179+241+214=634 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.23% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1D6 is #4C0E29. Grayscale: #DBDBDB. Windows color (decimal): -4984362 or 14086579. OLE color: 14086579.
HSL color Cylindrical-coordinate representation of color #B3F1D6: hue angle of 153.87º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F1D6 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 214 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.05 |
| HSL | 153.87º | 0.69% | 0.82% | - |
| HSV(B) | 153.87º | 0.26% | 0.95% | - |
| XYZ | 62.18 | 77.35 | 75.27 | - |
| YUV | 219.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 214 | 0.26 | 0 | 0.11 | 0.05 | 153.87 | 0.69 | 0.82 |
| Hex | B3 | F1 | D6 | 1A | 0 | B | 5 | 9A | 45 | 52 |
| Octal | 263 | 361 | 326 | 32 | 0 | 13 | 5 | 232 | 105 | 122 |
| Binary | 10110011 | 11110001 | 11010110 | 11010 | 0 | 1011 | 101 | 10011010 | 1000101 | 1010010 |
Color Harmonies of #B3F1D6
Complementary color
Monochromatic Colors of #B3F1D6
Black with #B3F1D6
Text Example
Text Example
White with #B3F1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F1D6; }
p { color: rgb(179,241,214); }
H1.HeaderClassName
{
color: #B3F1D6;
}
.AnyTagClassName
{
color: #B3F1D6;
}
</style>
background-color css
<style>
a { background-color: #B3F1D6; }
a { background-color: rgb(179,241,214); }
div.DivClassName
{
background-color: #B3F1D6;
}
.BgClassName
{
background-color: #B3F1D6;
}
</style>
border-color css
<style>
span { border-color: #B3F1D6; }
span { border-color: rgb(179,241,214); }
td.TdClassName
{
border-color: #B3F1D6;
}
.TagClassName
{
border-color: #B3F1D6;
}
</style>