Shades of Magic Mint #B5FBCB
Tints of Magic Mint #B5FBCB
RGB
CMYK
RGB Variations
Color information
#B5FBCB (or 0xB5FBCB) is known color: Magic Mint. HEX triplet: B5, FB and CB. RGB value is (181,251,203). Sum of RGB (Red+Green+Blue) = 181+251+203=635 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.50% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FBCB is #4A0434. Grayscale: #E0E0E0. Windows color (decimal): -4850741 or 13368245. OLE color: 13368245.
HSL color Cylindrical-coordinate representation of color #B5FBCB: hue angle of 138.86º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FBCB is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
RGB | 181 | 251 | 203 | - |
CMYK | 0.28 | 0 | 0.19 | 0.02 |
HSL | 138.86º | 0.9% | 0.85% | - |
HSV(B) | 138.86º | 0.28% | 0.98% | - |
XYZ | 64.33 | 83.13 | 69.15 | - |
YUV | 224.6 | 115.81 | 96.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 251 | 203 | 0.28 | 0 | 0.19 | 0.02 | 138.86 | 0.9 | 0.85 |
Hex | B5 | FB | CB | 1C | 0 | 13 | 2 | 8B | 5A | 55 |
Octal | 265 | 373 | 313 | 34 | 0 | 23 | 2 | 213 | 132 | 125 |
Binary | 10110101 | 11111011 | 11001011 | 11100 | 0 | 10011 | 10 | 10001011 | 1011010 | 1010101 |
Color Harmonies of #B5FBCB
Complementary color
Monochromatic Colors of #B5FBCB
Black with #B5FBCB
Text Example
Text Example
White with #B5FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FBCB; }
p { color: rgb(181,251,203); }
H1.HeaderClassName
{
color: #B5FBCB;
}
.AnyTagClassName
{
color: #B5FBCB;
}
</style>
background-color css
<style>
a { background-color: #B5FBCB; }
a { background-color: rgb(181,251,203); }
div.DivClassName
{
background-color: #B5FBCB;
}
.BgClassName
{
background-color: #B5FBCB;
}
</style>
border-color css
<style>
span { border-color: #B5FBCB; }
span { border-color: rgb(181,251,203); }
td.TdClassName
{
border-color: #B5FBCB;
}
.TagClassName
{
border-color: #B5FBCB;
}
</style>