Shades of Magic Mint #B3F2D2
Tints of Magic Mint #B3F2D2
RGB
CMYK
RGB Variations
Color information
#B3F2D2 (or 0xB3F2D2) is known color: Magic Mint. HEX triplet: B3, F2 and D2. RGB value is (179,242,210). Sum of RGB (Red+Green+Blue) = 179+242+210=631 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.37% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #B3F2D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F2D2 is #4C0D2D. Grayscale: #DBDBDB. Windows color (decimal): -4984110 or 13824691. OLE color: 13824691.
HSL color Cylindrical-coordinate representation of color #B3F2D2: hue angle of 149.52º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F2D2 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 242 | 210 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.05 |
| HSL | 149.52º | 0.71% | 0.83% | - |
| HSV(B) | 149.52º | 0.26% | 0.95% | - |
| XYZ | 61.98 | 77.74 | 72.71 | - |
| YUV | 219.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 242 | 210 | 0.26 | 0 | 0.13 | 0.05 | 149.52 | 0.71 | 0.83 |
| Hex | B3 | F2 | D2 | 1A | 0 | D | 5 | 96 | 47 | 53 |
| Octal | 263 | 362 | 322 | 32 | 0 | 15 | 5 | 226 | 107 | 123 |
| Binary | 10110011 | 11110010 | 11010010 | 11010 | 0 | 1101 | 101 | 10010110 | 1000111 | 1010011 |
Color Harmonies of #B3F2D2
Complementary color
Monochromatic Colors of #B3F2D2
Black with #B3F2D2
Text Example
Text Example
White with #B3F2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F2D2; }
p { color: rgb(179,242,210); }
H1.HeaderClassName
{
color: #B3F2D2;
}
.AnyTagClassName
{
color: #B3F2D2;
}
</style>
background-color css
<style>
a { background-color: #B3F2D2; }
a { background-color: rgb(179,242,210); }
div.DivClassName
{
background-color: #B3F2D2;
}
.BgClassName
{
background-color: #B3F2D2;
}
</style>
border-color css
<style>
span { border-color: #B3F2D2; }
span { border-color: rgb(179,242,210); }
td.TdClassName
{
border-color: #B3F2D2;
}
.TagClassName
{
border-color: #B3F2D2;
}
</style>