Shades of Magic Mint #B3EDC8
Tints of Magic Mint #B3EDC8
RGB
CMYK
RGB Variations
Color information
#B3EDC8 (or 0xB3EDC8) is known color: Magic Mint. HEX triplet: B3, ED and C8. RGB value is (179,237,200). Sum of RGB (Red+Green+Blue) = 179+237+200=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EDC8 is #4C1237. Grayscale: #D7D7D7. Windows color (decimal): -4985400 or 13168051. OLE color: 13168051.
HSL color Cylindrical-coordinate representation of color #B3EDC8: hue angle of 141.72º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EDC8 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 237 | 200 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.07 |
| HSL | 141.72º | 0.62% | 0.82% | - |
| HSV(B) | 141.72º | 0.24% | 0.93% | - |
| XYZ | 59.3 | 74.32 | 65.86 | - |
| YUV | 215.44 | 119.28 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 237 | 200 | 0.24 | 0 | 0.16 | 0.07 | 141.72 | 0.62 | 0.82 |
| Hex | B3 | ED | C8 | 18 | 0 | 10 | 7 | 8E | 3E | 52 |
| Octal | 263 | 355 | 310 | 30 | 0 | 20 | 7 | 216 | 76 | 122 |
| Binary | 10110011 | 11101101 | 11001000 | 11000 | 0 | 10000 | 111 | 10001110 | 111110 | 1010010 |
Color Harmonies of #B3EDC8
Complementary color
Monochromatic Colors of #B3EDC8
Black with #B3EDC8
Text Example
Text Example
White with #B3EDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EDC8; }
p { color: rgb(179,237,200); }
H1.HeaderClassName
{
color: #B3EDC8;
}
.AnyTagClassName
{
color: #B3EDC8;
}
</style>
background-color css
<style>
a { background-color: #B3EDC8; }
a { background-color: rgb(179,237,200); }
div.DivClassName
{
background-color: #B3EDC8;
}
.BgClassName
{
background-color: #B3EDC8;
}
</style>
border-color css
<style>
span { border-color: #B3EDC8; }
span { border-color: rgb(179,237,200); }
td.TdClassName
{
border-color: #B3EDC8;
}
.TagClassName
{
border-color: #B3EDC8;
}
</style>