Shades of Magic Mint #B5F5CE
Tints of Magic Mint #B5F5CE
RGB
CMYK
RGB Variations
Color information
#B5F5CE (or 0xB5F5CE) is known color: Magic Mint. HEX triplet: B5, F5 and CE. RGB value is (181,245,206). Sum of RGB (Red+Green+Blue) = 181+245+206=632 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.64% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 245 - color contains mainly: green. Hex color #B5F5CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F5CE is #4A0A31. Grayscale: #DDDDDD. Windows color (decimal): -4852274 or 13563317. OLE color: 13563317.
HSL color Cylindrical-coordinate representation of color #B5F5CE: hue angle of 143.44º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F5CE is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 245 | 206 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.04 |
| HSL | 143.44º | 0.76% | 0.84% | - |
| HSV(B) | 143.44º | 0.26% | 0.96% | - |
| XYZ | 62.85 | 79.58 | 70.44 | - |
| YUV | 221.42 | 119.3 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 245 | 206 | 0.26 | 0 | 0.16 | 0.04 | 143.44 | 0.76 | 0.84 |
| Hex | B5 | F5 | CE | 1A | 0 | 10 | 4 | 8F | 4C | 54 |
| Octal | 265 | 365 | 316 | 32 | 0 | 20 | 4 | 217 | 114 | 124 |
| Binary | 10110101 | 11110101 | 11001110 | 11010 | 0 | 10000 | 100 | 10001111 | 1001100 | 1010100 |
Color Harmonies of #B5F5CE
Complementary color
Monochromatic Colors of #B5F5CE
Black with #B5F5CE
Text Example
Text Example
White with #B5F5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F5CE; }
p { color: rgb(181,245,206); }
H1.HeaderClassName
{
color: #B5F5CE;
}
.AnyTagClassName
{
color: #B5F5CE;
}
</style>
background-color css
<style>
a { background-color: #B5F5CE; }
a { background-color: rgb(181,245,206); }
div.DivClassName
{
background-color: #B5F5CE;
}
.BgClassName
{
background-color: #B5F5CE;
}
</style>
border-color css
<style>
span { border-color: #B5F5CE; }
span { border-color: rgb(181,245,206); }
td.TdClassName
{
border-color: #B5F5CE;
}
.TagClassName
{
border-color: #B5F5CE;
}
</style>