Shades of Magic Mint #B4EDC9
Tints of Magic Mint #B4EDC9
RGB
CMYK
RGB Variations
Color information
#B4EDC9 (or 0xB4EDC9) is known color: Magic Mint. HEX triplet: B4, ED and C9. RGB value is (180,237,201). Sum of RGB (Red+Green+Blue) = 180+237+201=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EDC9 is #4B1236. Grayscale: #D7D7D7. Windows color (decimal): -4919863 or 13233588. OLE color: 13233588.
HSL color Cylindrical-coordinate representation of color #B4EDC9: hue angle of 142.11º degrees, saturation: 0.61, 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 #B4EDC9 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 237 | 201 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.07 |
| HSL | 142.11º | 0.61% | 0.82% | - |
| HSV(B) | 142.11º | 0.24% | 0.93% | - |
| XYZ | 59.65 | 74.49 | 66.49 | - |
| YUV | 215.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 237 | 201 | 0.24 | 0 | 0.15 | 0.07 | 142.11 | 0.61 | 0.82 |
| Hex | B4 | ED | C9 | 18 | 0 | F | 7 | 8E | 3D | 52 |
| Octal | 264 | 355 | 311 | 30 | 0 | 17 | 7 | 216 | 75 | 122 |
| Binary | 10110100 | 11101101 | 11001001 | 11000 | 0 | 1111 | 111 | 10001110 | 111101 | 1010010 |
Color Harmonies of #B4EDC9
Complementary color
Monochromatic Colors of #B4EDC9
Black with #B4EDC9
Text Example
Text Example
White with #B4EDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EDC9; }
p { color: rgb(180,237,201); }
H1.HeaderClassName
{
color: #B4EDC9;
}
.AnyTagClassName
{
color: #B4EDC9;
}
</style>
background-color css
<style>
a { background-color: #B4EDC9; }
a { background-color: rgb(180,237,201); }
div.DivClassName
{
background-color: #B4EDC9;
}
.BgClassName
{
background-color: #B4EDC9;
}
</style>
border-color css
<style>
span { border-color: #B4EDC9; }
span { border-color: rgb(180,237,201); }
td.TdClassName
{
border-color: #B4EDC9;
}
.TagClassName
{
border-color: #B4EDC9;
}
</style>