Shades of Magic Mint #B5EDD5
Tints of Magic Mint #B5EDD5
RGB
CMYK
RGB Variations
Color information
#B5EDD5 (or 0xB5EDD5) is known color: Magic Mint. HEX triplet: B5, ED and D5. RGB value is (181,237,213). Sum of RGB (Red+Green+Blue) = 181+237+213=631 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.68% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDD5 is #4A122A. Grayscale: #D9D9D9. Windows color (decimal): -4854315 or 14020021. OLE color: 14020021.
HSL color Cylindrical-coordinate representation of color #B5EDD5: hue angle of 154.29º 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 #B5EDD5 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 237 | 213 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.07 |
| HSL | 154.29º | 0.61% | 0.82% | - |
| HSV(B) | 154.29º | 0.24% | 0.93% | - |
| XYZ | 61.35 | 75.2 | 74.23 | - |
| YUV | 217.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 237 | 213 | 0.24 | 0 | 0.10 | 0.07 | 154.29 | 0.61 | 0.82 |
| Hex | B5 | ED | D5 | 18 | 0 | A | 7 | 9A | 3D | 52 |
| Octal | 265 | 355 | 325 | 30 | 0 | 12 | 7 | 232 | 75 | 122 |
| Binary | 10110101 | 11101101 | 11010101 | 11000 | 0 | 1010 | 111 | 10011010 | 111101 | 1010010 |
Color Harmonies of #B5EDD5
Complementary color
Monochromatic Colors of #B5EDD5
Black with #B5EDD5
Text Example
Text Example
White with #B5EDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EDD5; }
p { color: rgb(181,237,213); }
H1.HeaderClassName
{
color: #B5EDD5;
}
.AnyTagClassName
{
color: #B5EDD5;
}
</style>
background-color css
<style>
a { background-color: #B5EDD5; }
a { background-color: rgb(181,237,213); }
div.DivClassName
{
background-color: #B5EDD5;
}
.BgClassName
{
background-color: #B5EDD5;
}
</style>
border-color css
<style>
span { border-color: #B5EDD5; }
span { border-color: rgb(181,237,213); }
td.TdClassName
{
border-color: #B5EDD5;
}
.TagClassName
{
border-color: #B5EDD5;
}
</style>