Shades of Magic Mint #B2F3D1
Tints of Magic Mint #B2F3D1
RGB
CMYK
RGB Variations
Color information
#B2F3D1 (or 0xB2F3D1) is known color: Magic Mint. HEX triplet: B2, F3 and D1. RGB value is (178,243,209). Sum of RGB (Red+Green+Blue) = 178+243+209=630 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.25% from 630); Green value is 243 (95.31% from 255 or 38.57% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F3D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F3D1 is #4D0C2E. Grayscale: #DBDBDB. Windows color (decimal): -5049391 or 13759410. OLE color: 13759410.
HSL color Cylindrical-coordinate representation of color #B2F3D1: hue angle of 148.62º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2F3D1 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 209 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.05 |
| HSL | 148.62º | 0.73% | 0.83% | - |
| HSV(B) | 148.62º | 0.27% | 0.95% | - |
| XYZ | 61.92 | 78.17 | 72.15 | - |
| YUV | 219.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 209 | 0.27 | 0 | 0.14 | 0.05 | 148.62 | 0.73 | 0.83 |
| Hex | B2 | F3 | D1 | 1B | 0 | E | 5 | 95 | 49 | 53 |
| Octal | 262 | 363 | 321 | 33 | 0 | 16 | 5 | 225 | 111 | 123 |
| Binary | 10110010 | 11110011 | 11010001 | 11011 | 0 | 1110 | 101 | 10010101 | 1001001 | 1010011 |
Color Harmonies of #B2F3D1
Complementary color
Monochromatic Colors of #B2F3D1
Black with #B2F3D1
Text Example
Text Example
White with #B2F3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F3D1; }
p { color: rgb(178,243,209); }
H1.HeaderClassName
{
color: #B2F3D1;
}
.AnyTagClassName
{
color: #B2F3D1;
}
</style>
background-color css
<style>
a { background-color: #B2F3D1; }
a { background-color: rgb(178,243,209); }
div.DivClassName
{
background-color: #B2F3D1;
}
.BgClassName
{
background-color: #B2F3D1;
}
</style>
border-color css
<style>
span { border-color: #B2F3D1; }
span { border-color: rgb(178,243,209); }
td.TdClassName
{
border-color: #B2F3D1;
}
.TagClassName
{
border-color: #B2F3D1;
}
</style>