Shades of Magic Mint #B2EFCD
Tints of Magic Mint #B2EFCD
RGB
CMYK
RGB Variations
Color information
#B2EFCD (or 0xB2EFCD) is known color: Magic Mint. HEX triplet: B2, EF and CD. RGB value is (178,239,205). Sum of RGB (Red+Green+Blue) = 178+239+205=622 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.62% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFCD is #4D1032. Grayscale: #D8D8D8. Windows color (decimal): -5050419 or 13496242. OLE color: 13496242.
HSL color Cylindrical-coordinate representation of color #B2EFCD: hue angle of 146.56º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EFCD is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 205 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.06 |
| HSL | 146.56º | 0.66% | 0.82% | - |
| HSV(B) | 146.56º | 0.26% | 0.94% | - |
| XYZ | 60.25 | 75.61 | 69.18 | - |
| YUV | 216.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 205 | 0.26 | 0 | 0.14 | 0.06 | 146.56 | 0.66 | 0.82 |
| Hex | B2 | EF | CD | 1A | 0 | E | 6 | 93 | 42 | 52 |
| Octal | 262 | 357 | 315 | 32 | 0 | 16 | 6 | 223 | 102 | 122 |
| Binary | 10110010 | 11101111 | 11001101 | 11010 | 0 | 1110 | 110 | 10010011 | 1000010 | 1010010 |
Color Harmonies of #B2EFCD
Complementary color
Monochromatic Colors of #B2EFCD
Black with #B2EFCD
Text Example
Text Example
White with #B2EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFCD; }
p { color: rgb(178,239,205); }
H1.HeaderClassName
{
color: #B2EFCD;
}
.AnyTagClassName
{
color: #B2EFCD;
}
</style>
background-color css
<style>
a { background-color: #B2EFCD; }
a { background-color: rgb(178,239,205); }
div.DivClassName
{
background-color: #B2EFCD;
}
.BgClassName
{
background-color: #B2EFCD;
}
</style>
border-color css
<style>
span { border-color: #B2EFCD; }
span { border-color: rgb(178,239,205); }
td.TdClassName
{
border-color: #B2EFCD;
}
.TagClassName
{
border-color: #B2EFCD;
}
</style>