Shades of Magic Mint #B2EED6
Tints of Magic Mint #B2EED6
RGB
CMYK
RGB Variations
Color information
#B2EED6 (or 0xB2EED6) is known color: Magic Mint. HEX triplet: B2, EE and D6. RGB value is (178,238,214). Sum of RGB (Red+Green+Blue) = 178+238+214=630 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.25% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EED6 is #4D1129. Grayscale: #D9D9D9. Windows color (decimal): -5050666 or 14085810. OLE color: 14085810.
HSL color Cylindrical-coordinate representation of color #B2EED6: hue angle of 156º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EED6 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 214 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.07 |
| HSL | 156º | 0.64% | 0.82% | - |
| HSV(B) | 156º | 0.25% | 0.93% | - |
| XYZ | 61.07 | 75.47 | 74.97 | - |
| YUV | 217.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 214 | 0.25 | 0 | 0.10 | 0.07 | 156 | 0.64 | 0.82 |
| Hex | B2 | EE | D6 | 19 | 0 | A | 7 | 9C | 40 | 52 |
| Octal | 262 | 356 | 326 | 31 | 0 | 12 | 7 | 234 | 100 | 122 |
| Binary | 10110010 | 11101110 | 11010110 | 11001 | 0 | 1010 | 111 | 10011100 | 1000000 | 1010010 |
Color Harmonies of #B2EED6
Complementary color
Monochromatic Colors of #B2EED6
Black with #B2EED6
Text Example
Text Example
White with #B2EED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EED6; }
p { color: rgb(178,238,214); }
H1.HeaderClassName
{
color: #B2EED6;
}
.AnyTagClassName
{
color: #B2EED6;
}
</style>
background-color css
<style>
a { background-color: #B2EED6; }
a { background-color: rgb(178,238,214); }
div.DivClassName
{
background-color: #B2EED6;
}
.BgClassName
{
background-color: #B2EED6;
}
</style>
border-color css
<style>
span { border-color: #B2EED6; }
span { border-color: rgb(178,238,214); }
td.TdClassName
{
border-color: #B2EED6;
}
.TagClassName
{
border-color: #B2EED6;
}
</style>