Shades of Magic Mint #B5ECD4
Tints of Magic Mint #B5ECD4
RGB
CMYK
RGB Variations
Color information
#B5ECD4 (or 0xB5ECD4) is known color: Magic Mint. HEX triplet: B5, EC and D4. RGB value is (181,236,212). Sum of RGB (Red+Green+Blue) = 181+236+212=629 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.78% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECD4 is #4A132B. Grayscale: #D8D8D8. Windows color (decimal): -4854572 or 13954229. OLE color: 13954229.
HSL color Cylindrical-coordinate representation of color #B5ECD4: hue angle of 153.82º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5ECD4 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 236 | 212 | - |
CMYK | 0.23 | 0 | 0.10 | 0.07 |
HSL | 153.82º | 0.59% | 0.82% | - |
HSV(B) | 153.82º | 0.23% | 0.93% | - |
XYZ | 60.94 | 74.57 | 73.47 | - |
YUV | 216.82 | 125.28 | 102.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 236 | 212 | 0.23 | 0 | 0.10 | 0.07 | 153.82 | 0.59 | 0.82 |
Hex | B5 | EC | D4 | 17 | 0 | A | 7 | 9A | 3B | 52 |
Octal | 265 | 354 | 324 | 27 | 0 | 12 | 7 | 232 | 73 | 122 |
Binary | 10110101 | 11101100 | 11010100 | 10111 | 0 | 1010 | 111 | 10011010 | 111011 | 1010010 |
Color Harmonies of #B5ECD4
Complementary color
Monochromatic Colors of #B5ECD4
Black with #B5ECD4
Text Example
Text Example
White with #B5ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ECD4; }
p { color: rgb(181,236,212); }
H1.HeaderClassName
{
color: #B5ECD4;
}
.AnyTagClassName
{
color: #B5ECD4;
}
</style>
background-color css
<style>
a { background-color: #B5ECD4; }
a { background-color: rgb(181,236,212); }
div.DivClassName
{
background-color: #B5ECD4;
}
.BgClassName
{
background-color: #B5ECD4;
}
</style>
border-color css
<style>
span { border-color: #B5ECD4; }
span { border-color: rgb(181,236,212); }
td.TdClassName
{
border-color: #B5ECD4;
}
.TagClassName
{
border-color: #B5ECD4;
}
</style>