Shades of Magic Mint #B5FCDB
Tints of Magic Mint #B5FCDB
RGB
CMYK
RGB Variations
Color information
#B5FCDB (or 0xB5FCDB) is known color: Magic Mint. HEX triplet: B5, FC and DB. RGB value is (181,252,219). Sum of RGB (Red+Green+Blue) = 181+252+219=652 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.76% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FCDB is #4A0324. Grayscale: #E3E3E3. Windows color (decimal): -4850469 or 14417077. OLE color: 14417077.
HSL color Cylindrical-coordinate representation of color #B5FCDB: hue angle of 152.11º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FCDB is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 252 | 219 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.01 |
| HSL | 152.11º | 0.92% | 0.85% | - |
| HSV(B) | 152.11º | 0.28% | 0.99% | - |
| XYZ | 66.65 | 84.56 | 79.83 | - |
| YUV | 227.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 252 | 219 | 0.28 | 0 | 0.13 | 0.01 | 152.11 | 0.92 | 0.85 |
| Hex | B5 | FC | DB | 1C | 0 | D | 1 | 98 | 5C | 55 |
| Octal | 265 | 374 | 333 | 34 | 0 | 15 | 1 | 230 | 134 | 125 |
| Binary | 10110101 | 11111100 | 11011011 | 11100 | 0 | 1101 | 1 | 10011000 | 1011100 | 1010101 |
Color Harmonies of #B5FCDB
Complementary color
Monochromatic Colors of #B5FCDB
Black with #B5FCDB
Text Example
Text Example
White with #B5FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FCDB; }
p { color: rgb(181,252,219); }
H1.HeaderClassName
{
color: #B5FCDB;
}
.AnyTagClassName
{
color: #B5FCDB;
}
</style>
background-color css
<style>
a { background-color: #B5FCDB; }
a { background-color: rgb(181,252,219); }
div.DivClassName
{
background-color: #B5FCDB;
}
.BgClassName
{
background-color: #B5FCDB;
}
</style>
border-color css
<style>
span { border-color: #B5FCDB; }
span { border-color: rgb(181,252,219); }
td.TdClassName
{
border-color: #B5FCDB;
}
.TagClassName
{
border-color: #B5FCDB;
}
</style>