Shades of Magic Mint #B5EECF
Tints of Magic Mint #B5EECF
RGB
CMYK
RGB Variations
Color information
#B5EECF (or 0xB5EECF) is known color: Magic Mint. HEX triplet: B5, EE and CF. RGB value is (181,238,207). Sum of RGB (Red+Green+Blue) = 181+238+207=626 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.91% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EECF is #4A1130. Grayscale: #D9D9D9. Windows color (decimal): -4854065 or 13627061. OLE color: 13627061.
HSL color Cylindrical-coordinate representation of color #B5EECF: hue angle of 147.37º 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 #B5EECF is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 238 | 207 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.07 |
| HSL | 147.37º | 0.63% | 0.82% | - |
| HSV(B) | 147.37º | 0.24% | 0.93% | - |
| XYZ | 60.89 | 75.48 | 70.39 | - |
| YUV | 217.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 238 | 207 | 0.24 | 0 | 0.13 | 0.07 | 147.37 | 0.63 | 0.82 |
| Hex | B5 | EE | CF | 18 | 0 | D | 7 | 93 | 3F | 52 |
| Octal | 265 | 356 | 317 | 30 | 0 | 15 | 7 | 223 | 77 | 122 |
| Binary | 10110101 | 11101110 | 11001111 | 11000 | 0 | 1101 | 111 | 10010011 | 111111 | 1010010 |
Color Harmonies of #B5EECF
Complementary color
Monochromatic Colors of #B5EECF
Black with #B5EECF
Text Example
Text Example
White with #B5EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EECF; }
p { color: rgb(181,238,207); }
H1.HeaderClassName
{
color: #B5EECF;
}
.AnyTagClassName
{
color: #B5EECF;
}
</style>
background-color css
<style>
a { background-color: #B5EECF; }
a { background-color: rgb(181,238,207); }
div.DivClassName
{
background-color: #B5EECF;
}
.BgClassName
{
background-color: #B5EECF;
}
</style>
border-color css
<style>
span { border-color: #B5EECF; }
span { border-color: rgb(181,238,207); }
td.TdClassName
{
border-color: #B5EECF;
}
.TagClassName
{
border-color: #B5EECF;
}
</style>