Shades of Magic Mint #B3EDC9
Tints of Magic Mint #B3EDC9
RGB
CMYK
RGB Variations
Color information
#B3EDC9 (or 0xB3EDC9) is known color: Magic Mint. HEX triplet: B3, ED and C9. RGB value is (179,237,201). Sum of RGB (Red+Green+Blue) = 179+237+201=617 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.01% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EDC9 is #4C1236. Grayscale: #D7D7D7. Windows color (decimal): -4985399 or 13233587. OLE color: 13233587.
HSL color Cylindrical-coordinate representation of color #B3EDC9: hue angle of 142.76º 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 #B3EDC9 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 237 | 201 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.07 |
| HSL | 142.76º | 0.62% | 0.82% | - |
| HSV(B) | 142.76º | 0.24% | 0.93% | - |
| XYZ | 59.42 | 74.37 | 66.48 | - |
| YUV | 215.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 237 | 201 | 0.24 | 0 | 0.15 | 0.07 | 142.76 | 0.62 | 0.82 |
| Hex | B3 | ED | C9 | 18 | 0 | F | 7 | 8F | 3E | 52 |
| Octal | 263 | 355 | 311 | 30 | 0 | 17 | 7 | 217 | 76 | 122 |
| Binary | 10110011 | 11101101 | 11001001 | 11000 | 0 | 1111 | 111 | 10001111 | 111110 | 1010010 |
Color Harmonies of #B3EDC9
Complementary color
Monochromatic Colors of #B3EDC9
Black with #B3EDC9
Text Example
Text Example
White with #B3EDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EDC9; }
p { color: rgb(179,237,201); }
H1.HeaderClassName
{
color: #B3EDC9;
}
.AnyTagClassName
{
color: #B3EDC9;
}
</style>
background-color css
<style>
a { background-color: #B3EDC9; }
a { background-color: rgb(179,237,201); }
div.DivClassName
{
background-color: #B3EDC9;
}
.BgClassName
{
background-color: #B3EDC9;
}
</style>
border-color css
<style>
span { border-color: #B3EDC9; }
span { border-color: rgb(179,237,201); }
td.TdClassName
{
border-color: #B3EDC9;
}
.TagClassName
{
border-color: #B3EDC9;
}
</style>