Shades of Magic Mint #B5FCD0
Tints of Magic Mint #B5FCD0
RGB
CMYK
RGB Variations
Color information
#B5FCD0 (or 0xB5FCD0) is known color: Magic Mint. HEX triplet: B5, FC and D0. RGB value is (181,252,208). Sum of RGB (Red+Green+Blue) = 181+252+208=641 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.24% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FCD0 is #4A032F. Grayscale: #E1E1E1. Windows color (decimal): -4850480 or 13696181. OLE color: 13696181.
HSL color Cylindrical-coordinate representation of color #B5FCD0: hue angle of 142.82º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FCD0 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 181 | 252 | 208 | - |
CMYK | 0.28 | 0 | 0.17 | 0.01 |
HSL | 142.82º | 0.92% | 0.85% | - |
HSV(B) | 142.82º | 0.28% | 0.99% | - |
XYZ | 65.25 | 84 | 72.45 | - |
YUV | 225.76 | 117.98 | 96.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 252 | 208 | 0.28 | 0 | 0.17 | 0.01 | 142.82 | 0.92 | 0.85 |
Hex | B5 | FC | D0 | 1C | 0 | 11 | 1 | 8F | 5C | 55 |
Octal | 265 | 374 | 320 | 34 | 0 | 21 | 1 | 217 | 134 | 125 |
Binary | 10110101 | 11111100 | 11010000 | 11100 | 0 | 10001 | 1 | 10001111 | 1011100 | 1010101 |
Color Harmonies of #B5FCD0
Complementary color
Monochromatic Colors of #B5FCD0
Black with #B5FCD0
Text Example
Text Example
White with #B5FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FCD0; }
p { color: rgb(181,252,208); }
H1.HeaderClassName
{
color: #B5FCD0;
}
.AnyTagClassName
{
color: #B5FCD0;
}
</style>
background-color css
<style>
a { background-color: #B5FCD0; }
a { background-color: rgb(181,252,208); }
div.DivClassName
{
background-color: #B5FCD0;
}
.BgClassName
{
background-color: #B5FCD0;
}
</style>
border-color css
<style>
span { border-color: #B5FCD0; }
span { border-color: rgb(181,252,208); }
td.TdClassName
{
border-color: #B5FCD0;
}
.TagClassName
{
border-color: #B5FCD0;
}
</style>