Shades of Magic Mint #B5FFCF
Tints of Magic Mint #B5FFCF
RGB
CMYK
RGB Variations
Color information
#B5FFCF (or 0xB5FFCF) is known color: Magic Mint. HEX triplet: B5, FF and CF. RGB value is (181,255,207). Sum of RGB (Red+Green+Blue) = 181+255+207=643 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.15% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFCF is #4A0030. Grayscale: #E3E3E3. Windows color (decimal): -4849713 or 13631413. OLE color: 13631413.
HSL color Cylindrical-coordinate representation of color #B5FFCF: hue angle of 141.08º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FFCF is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 207 | - |
| CMYK | 0.29 | 0 | 0.19 | 0 |
| HSL | 141.08º | 1% | 0.85% | - |
| HSV(B) | 141.08º | 0.29% | 1% | - |
| XYZ | 66.08 | 85.85 | 72.12 | - |
| YUV | 227.4 | 116.48 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 207 | 0.29 | 0 | 0.19 | 0 | 141.08 | 1 | 0.85 |
| Hex | B5 | FF | CF | 1D | 0 | 13 | 0 | 8D | 64 | 55 |
| Octal | 265 | 377 | 317 | 35 | 0 | 23 | 0 | 215 | 144 | 125 |
| Binary | 10110101 | 11111111 | 11001111 | 11101 | 0 | 10011 | 0 | 10001101 | 1100100 | 1010101 |
Color Harmonies of #B5FFCF
Complementary color
Monochromatic Colors of #B5FFCF
Black with #B5FFCF
Text Example
Text Example
White with #B5FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFCF; }
p { color: rgb(181,255,207); }
H1.HeaderClassName
{
color: #B5FFCF;
}
.AnyTagClassName
{
color: #B5FFCF;
}
</style>
background-color css
<style>
a { background-color: #B5FFCF; }
a { background-color: rgb(181,255,207); }
div.DivClassName
{
background-color: #B5FFCF;
}
.BgClassName
{
background-color: #B5FFCF;
}
</style>
border-color css
<style>
span { border-color: #B5FFCF; }
span { border-color: rgb(181,255,207); }
td.TdClassName
{
border-color: #B5FFCF;
}
.TagClassName
{
border-color: #B5FFCF;
}
</style>