Shades of Magic Mint #B5EDD0
Tints of Magic Mint #B5EDD0
RGB
CMYK
RGB Variations
Color information
#B5EDD0 (or 0xB5EDD0) is known color: Magic Mint. HEX triplet: B5, ED and D0. RGB value is (181,237,208). Sum of RGB (Red+Green+Blue) = 181+237+208=626 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.91% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDD0 is #4A122F. Grayscale: #D9D9D9. Windows color (decimal): -4854320 or 13692341. OLE color: 13692341.
HSL color Cylindrical-coordinate representation of color #B5EDD0: hue angle of 148.93º 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 #B5EDD0 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 237 | 208 | - |
CMYK | 0.24 | 0 | 0.12 | 0.07 |
HSL | 148.93º | 0.61% | 0.82% | - |
HSV(B) | 148.93º | 0.24% | 0.93% | - |
XYZ | 60.73 | 74.95 | 70.94 | - |
YUV | 216.95 | 122.95 | 102.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 237 | 208 | 0.24 | 0 | 0.12 | 0.07 | 148.93 | 0.61 | 0.82 |
Hex | B5 | ED | D0 | 18 | 0 | C | 7 | 95 | 3D | 52 |
Octal | 265 | 355 | 320 | 30 | 0 | 14 | 7 | 225 | 75 | 122 |
Binary | 10110101 | 11101101 | 11010000 | 11000 | 0 | 1100 | 111 | 10010101 | 111101 | 1010010 |
Color Harmonies of #B5EDD0
Complementary color
Monochromatic Colors of #B5EDD0
Black with #B5EDD0
Text Example
Text Example
White with #B5EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EDD0; }
p { color: rgb(181,237,208); }
H1.HeaderClassName
{
color: #B5EDD0;
}
.AnyTagClassName
{
color: #B5EDD0;
}
</style>
background-color css
<style>
a { background-color: #B5EDD0; }
a { background-color: rgb(181,237,208); }
div.DivClassName
{
background-color: #B5EDD0;
}
.BgClassName
{
background-color: #B5EDD0;
}
</style>
border-color css
<style>
span { border-color: #B5EDD0; }
span { border-color: rgb(181,237,208); }
td.TdClassName
{
border-color: #B5EDD0;
}
.TagClassName
{
border-color: #B5EDD0;
}
</style>