Shades of Magic Mint #B2EECF
Tints of Magic Mint #B2EECF
RGB
CMYK
RGB Variations
Color information
#B2EECF (or 0xB2EECF) is known color: Magic Mint. HEX triplet: B2, EE and CF. RGB value is (178,238,207). Sum of RGB (Red+Green+Blue) = 178+238+207=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EECF is #4D1130. Grayscale: #D8D8D8. Windows color (decimal): -5050673 or 13627058. OLE color: 13627058.
HSL color Cylindrical-coordinate representation of color #B2EECF: hue angle of 149º 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 #B2EECF is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 207 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.07 |
| HSL | 149º | 0.64% | 0.82% | - |
| HSV(B) | 149º | 0.25% | 0.93% | - |
| XYZ | 60.2 | 75.12 | 70.36 | - |
| YUV | 216.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 207 | 0.25 | 0 | 0.13 | 0.07 | 149 | 0.64 | 0.82 |
| Hex | B2 | EE | CF | 19 | 0 | D | 7 | 95 | 40 | 52 |
| Octal | 262 | 356 | 317 | 31 | 0 | 15 | 7 | 225 | 100 | 122 |
| Binary | 10110010 | 11101110 | 11001111 | 11001 | 0 | 1101 | 111 | 10010101 | 1000000 | 1010010 |
Color Harmonies of #B2EECF
Complementary color
Monochromatic Colors of #B2EECF
Black with #B2EECF
Text Example
Text Example
White with #B2EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EECF; }
p { color: rgb(178,238,207); }
H1.HeaderClassName
{
color: #B2EECF;
}
.AnyTagClassName
{
color: #B2EECF;
}
</style>
background-color css
<style>
a { background-color: #B2EECF; }
a { background-color: rgb(178,238,207); }
div.DivClassName
{
background-color: #B2EECF;
}
.BgClassName
{
background-color: #B2EECF;
}
</style>
border-color css
<style>
span { border-color: #B2EECF; }
span { border-color: rgb(178,238,207); }
td.TdClassName
{
border-color: #B2EECF;
}
.TagClassName
{
border-color: #B2EECF;
}
</style>