Shades of Magic Mint #B3F1D2
Tints of Magic Mint #B3F1D2
RGB
CMYK
RGB Variations
Color information
#B3F1D2 (or 0xB3F1D2) is known color: Magic Mint. HEX triplet: B3, F1 and D2. RGB value is (179,241,210). Sum of RGB (Red+Green+Blue) = 179+241+210=630 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.41% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1D2 is #4C0E2D. Grayscale: #DADADA. Windows color (decimal): -4984366 or 13824435. OLE color: 13824435.
HSL color Cylindrical-coordinate representation of color #B3F1D2: hue angle of 150º 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 #B3F1D2 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 210 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.05 |
| HSL | 150º | 0.69% | 0.82% | - |
| HSV(B) | 150º | 0.26% | 0.95% | - |
| XYZ | 61.68 | 77.15 | 72.61 | - |
| YUV | 218.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 210 | 0.26 | 0 | 0.13 | 0.05 | 150 | 0.69 | 0.82 |
| Hex | B3 | F1 | D2 | 1A | 0 | D | 5 | 96 | 45 | 52 |
| Octal | 263 | 361 | 322 | 32 | 0 | 15 | 5 | 226 | 105 | 122 |
| Binary | 10110011 | 11110001 | 11010010 | 11010 | 0 | 1101 | 101 | 10010110 | 1000101 | 1010010 |
Color Harmonies of #B3F1D2
Complementary color
Monochromatic Colors of #B3F1D2
Black with #B3F1D2
Text Example
Text Example
White with #B3F1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F1D2; }
p { color: rgb(179,241,210); }
H1.HeaderClassName
{
color: #B3F1D2;
}
.AnyTagClassName
{
color: #B3F1D2;
}
</style>
background-color css
<style>
a { background-color: #B3F1D2; }
a { background-color: rgb(179,241,210); }
div.DivClassName
{
background-color: #B3F1D2;
}
.BgClassName
{
background-color: #B3F1D2;
}
</style>
border-color css
<style>
span { border-color: #B3F1D2; }
span { border-color: rgb(179,241,210); }
td.TdClassName
{
border-color: #B3F1D2;
}
.TagClassName
{
border-color: #B3F1D2;
}
</style>