Shades of Magic Mint #B2F2D2
Tints of Magic Mint #B2F2D2
RGB
CMYK
RGB Variations
Color information
#B2F2D2 (or 0xB2F2D2) is known color: Magic Mint. HEX triplet: B2, F2 and D2. RGB value is (178,242,210). Sum of RGB (Red+Green+Blue) = 178+242+210=630 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.25% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F2D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F2D2 is #4D0D2D. Grayscale: #DBDBDB. Windows color (decimal): -5049646 or 13824690. OLE color: 13824690.
HSL color Cylindrical-coordinate representation of color #B2F2D2: hue angle of 150º degrees, saturation: 0.71, 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 #B2F2D2 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 210 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.05 |
| HSL | 150º | 0.71% | 0.82% | - |
| HSV(B) | 150º | 0.26% | 0.95% | - |
| XYZ | 61.75 | 77.62 | 72.7 | - |
| YUV | 219.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 210 | 0.26 | 0 | 0.13 | 0.05 | 150 | 0.71 | 0.82 |
| Hex | B2 | F2 | D2 | 1A | 0 | D | 5 | 96 | 47 | 52 |
| Octal | 262 | 362 | 322 | 32 | 0 | 15 | 5 | 226 | 107 | 122 |
| Binary | 10110010 | 11110010 | 11010010 | 11010 | 0 | 1101 | 101 | 10010110 | 1000111 | 1010010 |
Color Harmonies of #B2F2D2
Complementary color
Monochromatic Colors of #B2F2D2
Black with #B2F2D2
Text Example
Text Example
White with #B2F2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F2D2; }
p { color: rgb(178,242,210); }
H1.HeaderClassName
{
color: #B2F2D2;
}
.AnyTagClassName
{
color: #B2F2D2;
}
</style>
background-color css
<style>
a { background-color: #B2F2D2; }
a { background-color: rgb(178,242,210); }
div.DivClassName
{
background-color: #B2F2D2;
}
.BgClassName
{
background-color: #B2F2D2;
}
</style>
border-color css
<style>
span { border-color: #B2F2D2; }
span { border-color: rgb(178,242,210); }
td.TdClassName
{
border-color: #B2F2D2;
}
.TagClassName
{
border-color: #B2F2D2;
}
</style>