Shades of Magic Mint #B5F3CE
Tints of Magic Mint #B5F3CE
RGB
CMYK
RGB Variations
Color information
#B5F3CE (or 0xB5F3CE) is known color: Magic Mint. HEX triplet: B5, F3 and CE. RGB value is (181,243,206). Sum of RGB (Red+Green+Blue) = 181+243+206=630 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.73% from 630); Green value is 243 (95.31% from 255 or 38.57% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F3CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F3CE is #4A0C31. Grayscale: #DCDCDC. Windows color (decimal): -4852786 or 13562805. OLE color: 13562805.
HSL color Cylindrical-coordinate representation of color #B5F3CE: hue angle of 144.19º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F3CE is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 243 | 206 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.05 |
| HSL | 144.19º | 0.72% | 0.83% | - |
| HSV(B) | 144.19º | 0.26% | 0.95% | - |
| XYZ | 62.25 | 78.38 | 70.24 | - |
| YUV | 220.24 | 119.96 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 243 | 206 | 0.26 | 0 | 0.15 | 0.05 | 144.19 | 0.72 | 0.83 |
| Hex | B5 | F3 | CE | 1A | 0 | F | 5 | 90 | 48 | 53 |
| Octal | 265 | 363 | 316 | 32 | 0 | 17 | 5 | 220 | 110 | 123 |
| Binary | 10110101 | 11110011 | 11001110 | 11010 | 0 | 1111 | 101 | 10010000 | 1001000 | 1010011 |
Color Harmonies of #B5F3CE
Complementary color
Monochromatic Colors of #B5F3CE
Black with #B5F3CE
Text Example
Text Example
White with #B5F3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F3CE; }
p { color: rgb(181,243,206); }
H1.HeaderClassName
{
color: #B5F3CE;
}
.AnyTagClassName
{
color: #B5F3CE;
}
</style>
background-color css
<style>
a { background-color: #B5F3CE; }
a { background-color: rgb(181,243,206); }
div.DivClassName
{
background-color: #B5F3CE;
}
.BgClassName
{
background-color: #B5F3CE;
}
</style>
border-color css
<style>
span { border-color: #B5F3CE; }
span { border-color: rgb(181,243,206); }
td.TdClassName
{
border-color: #B5F3CE;
}
.TagClassName
{
border-color: #B5F3CE;
}
</style>