Shades of Magic Mint #B5F8CB
Tints of Magic Mint #B5F8CB
RGB
CMYK
RGB Variations
Color information
#B5F8CB (or 0xB5F8CB) is known color: Magic Mint. HEX triplet: B5, F8 and CB. RGB value is (181,248,203). Sum of RGB (Red+Green+Blue) = 181+248+203=632 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.64% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F8CB is #4A0734. Grayscale: #DEDEDE. Windows color (decimal): -4851509 or 13367477. OLE color: 13367477.
HSL color Cylindrical-coordinate representation of color #B5F8CB: hue angle of 139.7º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F8CB is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 248 | 203 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.03 |
| HSL | 139.7º | 0.83% | 0.84% | - |
| HSV(B) | 139.7º | 0.27% | 0.97% | - |
| XYZ | 63.4 | 81.27 | 68.84 | - |
| YUV | 222.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 248 | 203 | 0.27 | 0 | 0.18 | 0.03 | 139.7 | 0.83 | 0.84 |
| Hex | B5 | F8 | CB | 1B | 0 | 12 | 3 | 8C | 53 | 54 |
| Octal | 265 | 370 | 313 | 33 | 0 | 22 | 3 | 214 | 123 | 124 |
| Binary | 10110101 | 11111000 | 11001011 | 11011 | 0 | 10010 | 11 | 10001100 | 1010011 | 1010100 |
Color Harmonies of #B5F8CB
Complementary color
Monochromatic Colors of #B5F8CB
Black with #B5F8CB
Text Example
Text Example
White with #B5F8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F8CB; }
p { color: rgb(181,248,203); }
H1.HeaderClassName
{
color: #B5F8CB;
}
.AnyTagClassName
{
color: #B5F8CB;
}
</style>
background-color css
<style>
a { background-color: #B5F8CB; }
a { background-color: rgb(181,248,203); }
div.DivClassName
{
background-color: #B5F8CB;
}
.BgClassName
{
background-color: #B5F8CB;
}
</style>
border-color css
<style>
span { border-color: #B5F8CB; }
span { border-color: rgb(181,248,203); }
td.TdClassName
{
border-color: #B5F8CB;
}
.TagClassName
{
border-color: #B5F8CB;
}
</style>