Shades of Magic Mint #B3F1D4
Tints of Magic Mint #B3F1D4
RGB
CMYK
RGB Variations
Color information
#B3F1D4 (or 0xB3F1D4) is known color: Magic Mint. HEX triplet: B3, F1 and D4. RGB value is (179,241,212). Sum of RGB (Red+Green+Blue) = 179+241+212=632 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.32% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1D4 is #4C0E2B. Grayscale: #DBDBDB. Windows color (decimal): -4984364 or 13955507. OLE color: 13955507.
HSL color Cylindrical-coordinate representation of color #B3F1D4: hue angle of 151.94º 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 #B3F1D4 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 212 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.05 |
| HSL | 151.94º | 0.69% | 0.82% | - |
| HSV(B) | 151.94º | 0.26% | 0.95% | - |
| XYZ | 61.93 | 77.25 | 73.93 | - |
| YUV | 219.16 | 123.96 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 212 | 0.26 | 0 | 0.12 | 0.05 | 151.94 | 0.69 | 0.82 |
| Hex | B3 | F1 | D4 | 1A | 0 | C | 5 | 98 | 45 | 52 |
| Octal | 263 | 361 | 324 | 32 | 0 | 14 | 5 | 230 | 105 | 122 |
| Binary | 10110011 | 11110001 | 11010100 | 11010 | 0 | 1100 | 101 | 10011000 | 1000101 | 1010010 |
Color Harmonies of #B3F1D4
Complementary color
Monochromatic Colors of #B3F1D4
Black with #B3F1D4
Text Example
Text Example
White with #B3F1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F1D4; }
p { color: rgb(179,241,212); }
H1.HeaderClassName
{
color: #B3F1D4;
}
.AnyTagClassName
{
color: #B3F1D4;
}
</style>
background-color css
<style>
a { background-color: #B3F1D4; }
a { background-color: rgb(179,241,212); }
div.DivClassName
{
background-color: #B3F1D4;
}
.BgClassName
{
background-color: #B3F1D4;
}
</style>
border-color css
<style>
span { border-color: #B3F1D4; }
span { border-color: rgb(179,241,212); }
td.TdClassName
{
border-color: #B3F1D4;
}
.TagClassName
{
border-color: #B3F1D4;
}
</style>