Shades of Magic Mint #B5EFCD
Tints of Magic Mint #B5EFCD
RGB
CMYK
RGB Variations
Color information
#B5EFCD (or 0xB5EFCD) is known color: Magic Mint. HEX triplet: B5, EF and CD. RGB value is (181,239,205). Sum of RGB (Red+Green+Blue) = 181+239+205=625 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.96% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFCD is #4A1032. Grayscale: #D9D9D9. Windows color (decimal): -4853811 or 13496245. OLE color: 13496245.
HSL color Cylindrical-coordinate representation of color #B5EFCD: hue angle of 144.83º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EFCD is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
RGB | 181 | 239 | 205 | - |
CMYK | 0.24 | 0 | 0.14 | 0.06 |
HSL | 144.83º | 0.64% | 0.82% | - |
HSV(B) | 144.83º | 0.24% | 0.94% | - |
XYZ | 60.94 | 75.96 | 69.21 | - |
YUV | 217.78 | 120.78 | 101.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 239 | 205 | 0.24 | 0 | 0.14 | 0.06 | 144.83 | 0.64 | 0.82 |
Hex | B5 | EF | CD | 18 | 0 | E | 6 | 91 | 40 | 52 |
Octal | 265 | 357 | 315 | 30 | 0 | 16 | 6 | 221 | 100 | 122 |
Binary | 10110101 | 11101111 | 11001101 | 11000 | 0 | 1110 | 110 | 10010001 | 1000000 | 1010010 |
Color Harmonies of #B5EFCD
Complementary color
Monochromatic Colors of #B5EFCD
Black with #B5EFCD
Text Example
Text Example
White with #B5EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EFCD; }
p { color: rgb(181,239,205); }
H1.HeaderClassName
{
color: #B5EFCD;
}
.AnyTagClassName
{
color: #B5EFCD;
}
</style>
background-color css
<style>
a { background-color: #B5EFCD; }
a { background-color: rgb(181,239,205); }
div.DivClassName
{
background-color: #B5EFCD;
}
.BgClassName
{
background-color: #B5EFCD;
}
</style>
border-color css
<style>
span { border-color: #B5EFCD; }
span { border-color: rgb(181,239,205); }
td.TdClassName
{
border-color: #B5EFCD;
}
.TagClassName
{
border-color: #B5EFCD;
}
</style>