Shades of Magic Mint #B5EECC
Tints of Magic Mint #B5EECC
RGB
CMYK
RGB Variations
Color information
#B5EECC (or 0xB5EECC) is known color: Magic Mint. HEX triplet: B5, EE and CC. RGB value is (181,238,204). Sum of RGB (Red+Green+Blue) = 181+238+204=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EECC is #4A1133. Grayscale: #D9D9D9. Windows color (decimal): -4854068 or 13430453. OLE color: 13430453.
HSL color Cylindrical-coordinate representation of color #B5EECC: hue angle of 144.21º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EECC is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 238 | 204 | - |
CMYK | 0.24 | 0 | 0.14 | 0.07 |
HSL | 144.21º | 0.63% | 0.82% | - |
HSV(B) | 144.21º | 0.24% | 0.93% | - |
XYZ | 60.53 | 75.33 | 68.48 | - |
YUV | 217.08 | 120.62 | 102.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 238 | 204 | 0.24 | 0 | 0.14 | 0.07 | 144.21 | 0.63 | 0.82 |
Hex | B5 | EE | CC | 18 | 0 | E | 7 | 90 | 3F | 52 |
Octal | 265 | 356 | 314 | 30 | 0 | 16 | 7 | 220 | 77 | 122 |
Binary | 10110101 | 11101110 | 11001100 | 11000 | 0 | 1110 | 111 | 10010000 | 111111 | 1010010 |
Color Harmonies of #B5EECC
Complementary color
Monochromatic Colors of #B5EECC
Black with #B5EECC
Text Example
Text Example
White with #B5EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EECC; }
p { color: rgb(181,238,204); }
H1.HeaderClassName
{
color: #B5EECC;
}
.AnyTagClassName
{
color: #B5EECC;
}
</style>
background-color css
<style>
a { background-color: #B5EECC; }
a { background-color: rgb(181,238,204); }
div.DivClassName
{
background-color: #B5EECC;
}
.BgClassName
{
background-color: #B5EECC;
}
</style>
border-color css
<style>
span { border-color: #B5EECC; }
span { border-color: rgb(181,238,204); }
td.TdClassName
{
border-color: #B5EECC;
}
.TagClassName
{
border-color: #B5EECC;
}
</style>