Shades of Magic Mint #B2EED4
Tints of Magic Mint #B2EED4
RGB
CMYK
RGB Variations
Color information
#B2EED4 (or 0xB2EED4) is known color: Magic Mint. HEX triplet: B2, EE and D4. RGB value is (178,238,212). Sum of RGB (Red+Green+Blue) = 178+238+212=628 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.34% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EED4 is #4D112B. Grayscale: #D9D9D9. Windows color (decimal): -5050668 or 13954738. OLE color: 13954738.
HSL color Cylindrical-coordinate representation of color #B2EED4: hue angle of 154º 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 #B2EED4 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 212 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.07 |
| HSL | 154º | 0.64% | 0.82% | - |
| HSV(B) | 154º | 0.25% | 0.93% | - |
| XYZ | 60.82 | 75.37 | 73.63 | - |
| YUV | 217.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 212 | 0.25 | 0 | 0.11 | 0.07 | 154 | 0.64 | 0.82 |
| Hex | B2 | EE | D4 | 19 | 0 | B | 7 | 9A | 40 | 52 |
| Octal | 262 | 356 | 324 | 31 | 0 | 13 | 7 | 232 | 100 | 122 |
| Binary | 10110010 | 11101110 | 11010100 | 11001 | 0 | 1011 | 111 | 10011010 | 1000000 | 1010010 |
Color Harmonies of #B2EED4
Complementary color
Monochromatic Colors of #B2EED4
Black with #B2EED4
Text Example
Text Example
White with #B2EED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EED4; }
p { color: rgb(178,238,212); }
H1.HeaderClassName
{
color: #B2EED4;
}
.AnyTagClassName
{
color: #B2EED4;
}
</style>
background-color css
<style>
a { background-color: #B2EED4; }
a { background-color: rgb(178,238,212); }
div.DivClassName
{
background-color: #B2EED4;
}
.BgClassName
{
background-color: #B2EED4;
}
</style>
border-color css
<style>
span { border-color: #B2EED4; }
span { border-color: rgb(178,238,212); }
td.TdClassName
{
border-color: #B2EED4;
}
.TagClassName
{
border-color: #B2EED4;
}
</style>