Shades of Magic Mint #B5FFCC
Tints of Magic Mint #B5FFCC
RGB
CMYK
RGB Variations
Color information
#B5FFCC (or 0xB5FFCC) is known color: Magic Mint. HEX triplet: B5, FF and CC. RGB value is (181,255,204). Sum of RGB (Red+Green+Blue) = 181+255+204=640 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.28% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFCC is #4A0033. Grayscale: #E3E3E3. Windows color (decimal): -4849716 or 13434805. OLE color: 13434805.
HSL color Cylindrical-coordinate representation of color #B5FFCC: hue angle of 138.65º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FFCC is Cyan = 0.29, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
RGB | 181 | 255 | 204 | - |
CMYK | 0.29 | 0 | 0.2 | 0 |
HSL | 138.65º | 1% | 0.85% | - |
HSV(B) | 138.65º | 0.29% | 1% | - |
XYZ | 65.72 | 85.7 | 70.21 | - |
YUV | 227.06 | 114.98 | 95.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 255 | 204 | 0.29 | 0 | 0.2 | 0 | 138.65 | 1 | 0.85 |
Hex | B5 | FF | CC | 1D | 0 | 14 | 0 | 8B | 64 | 55 |
Octal | 265 | 377 | 314 | 35 | 0 | 24 | 0 | 213 | 144 | 125 |
Binary | 10110101 | 11111111 | 11001100 | 11101 | 0 | 10100 | 0 | 10001011 | 1100100 | 1010101 |
Color Harmonies of #B5FFCC
Complementary color
Monochromatic Colors of #B5FFCC
Black with #B5FFCC
Text Example
Text Example
White with #B5FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFCC; }
p { color: rgb(181,255,204); }
H1.HeaderClassName
{
color: #B5FFCC;
}
.AnyTagClassName
{
color: #B5FFCC;
}
</style>
background-color css
<style>
a { background-color: #B5FFCC; }
a { background-color: rgb(181,255,204); }
div.DivClassName
{
background-color: #B5FFCC;
}
.BgClassName
{
background-color: #B5FFCC;
}
</style>
border-color css
<style>
span { border-color: #B5FFCC; }
span { border-color: rgb(181,255,204); }
td.TdClassName
{
border-color: #B5FFCC;
}
.TagClassName
{
border-color: #B5FFCC;
}
</style>