Shades of Magic Mint #B2EDC8
Tints of Magic Mint #B2EDC8
RGB
CMYK
RGB Variations
Color information
#B2EDC8 (or 0xB2EDC8) is known color: Magic Mint. HEX triplet: B2, ED and C8. RGB value is (178,237,200). Sum of RGB (Red+Green+Blue) = 178+237+200=615 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.94% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDC8 is #4D1237. Grayscale: #D7D7D7. Windows color (decimal): -5050936 or 13168050. OLE color: 13168050.
HSL color Cylindrical-coordinate representation of color #B2EDC8: hue angle of 142.37º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EDC8 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 178 | 237 | 200 | - |
CMYK | 0.25 | 0 | 0.16 | 0.07 |
HSL | 142.37º | 0.62% | 0.81% | - |
HSV(B) | 142.37º | 0.25% | 0.93% | - |
XYZ | 59.07 | 74.2 | 65.85 | - |
YUV | 215.14 | 119.45 | 101.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 237 | 200 | 0.25 | 0 | 0.16 | 0.07 | 142.37 | 0.62 | 0.81 |
Hex | B2 | ED | C8 | 19 | 0 | 10 | 7 | 8E | 3E | 51 |
Octal | 262 | 355 | 310 | 31 | 0 | 20 | 7 | 216 | 76 | 121 |
Binary | 10110010 | 11101101 | 11001000 | 11001 | 0 | 10000 | 111 | 10001110 | 111110 | 1010001 |
Color Harmonies of #B2EDC8
Complementary color
Monochromatic Colors of #B2EDC8
Black with #B2EDC8
Text Example
Text Example
White with #B2EDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EDC8; }
p { color: rgb(178,237,200); }
H1.HeaderClassName
{
color: #B2EDC8;
}
.AnyTagClassName
{
color: #B2EDC8;
}
</style>
background-color css
<style>
a { background-color: #B2EDC8; }
a { background-color: rgb(178,237,200); }
div.DivClassName
{
background-color: #B2EDC8;
}
.BgClassName
{
background-color: #B2EDC8;
}
</style>
border-color css
<style>
span { border-color: #B2EDC8; }
span { border-color: rgb(178,237,200); }
td.TdClassName
{
border-color: #B2EDC8;
}
.TagClassName
{
border-color: #B2EDC8;
}
</style>