Shades of Magic Mint #B5FCDC
Tints of Magic Mint #B5FCDC
RGB
CMYK
RGB Variations
Color information
#B5FCDC (or 0xB5FCDC) is known color: Magic Mint. HEX triplet: B5, FC and DC. RGB value is (181,252,220). Sum of RGB (Red+Green+Blue) = 181+252+220=653 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.72% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FCDC is #4A0323. Grayscale: #E3E3E3. Windows color (decimal): -4850468 or 14482613. OLE color: 14482613.
HSL color Cylindrical-coordinate representation of color #B5FCDC: hue angle of 152.96º 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 #B5FCDC is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 252 | 220 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.01 |
| HSL | 152.96º | 0.92% | 0.85% | - |
| HSV(B) | 152.96º | 0.28% | 0.99% | - |
| XYZ | 66.78 | 84.61 | 80.52 | - |
| YUV | 227.12 | 123.98 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 252 | 220 | 0.28 | 0 | 0.13 | 0.01 | 152.96 | 0.92 | 0.85 |
| Hex | B5 | FC | DC | 1C | 0 | D | 1 | 99 | 5C | 55 |
| Octal | 265 | 374 | 334 | 34 | 0 | 15 | 1 | 231 | 134 | 125 |
| Binary | 10110101 | 11111100 | 11011100 | 11100 | 0 | 1101 | 1 | 10011001 | 1011100 | 1010101 |
Color Harmonies of #B5FCDC
Complementary color
Monochromatic Colors of #B5FCDC
Black with #B5FCDC
Text Example
Text Example
White with #B5FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FCDC; }
p { color: rgb(181,252,220); }
H1.HeaderClassName
{
color: #B5FCDC;
}
.AnyTagClassName
{
color: #B5FCDC;
}
</style>
background-color css
<style>
a { background-color: #B5FCDC; }
a { background-color: rgb(181,252,220); }
div.DivClassName
{
background-color: #B5FCDC;
}
.BgClassName
{
background-color: #B5FCDC;
}
</style>
border-color css
<style>
span { border-color: #B5FCDC; }
span { border-color: rgb(181,252,220); }
td.TdClassName
{
border-color: #B5FCDC;
}
.TagClassName
{
border-color: #B5FCDC;
}
</style>