Shades of Magic Mint #B4EECF
Tints of Magic Mint #B4EECF
RGB
CMYK
RGB Variations
Color information
#B4EECF (or 0xB4EECF) is known color: Magic Mint. HEX triplet: B4, EE and CF. RGB value is (180,238,207). Sum of RGB (Red+Green+Blue) = 180+238+207=625 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.8% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EECF is #4B1130. Grayscale: #D9D9D9. Windows color (decimal): -4919601 or 13627060. OLE color: 13627060.
HSL color Cylindrical-coordinate representation of color #B4EECF: hue angle of 147.93º 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 #B4EECF is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 238 | 207 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.07 |
| HSL | 147.93º | 0.63% | 0.82% | - |
| HSV(B) | 147.93º | 0.24% | 0.93% | - |
| XYZ | 60.66 | 75.36 | 70.38 | - |
| YUV | 217.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 238 | 207 | 0.24 | 0 | 0.13 | 0.07 | 147.93 | 0.63 | 0.82 |
| Hex | B4 | EE | CF | 18 | 0 | D | 7 | 94 | 3F | 52 |
| Octal | 264 | 356 | 317 | 30 | 0 | 15 | 7 | 224 | 77 | 122 |
| Binary | 10110100 | 11101110 | 11001111 | 11000 | 0 | 1101 | 111 | 10010100 | 111111 | 1010010 |
Color Harmonies of #B4EECF
Complementary color
Monochromatic Colors of #B4EECF
Black with #B4EECF
Text Example
Text Example
White with #B4EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EECF; }
p { color: rgb(180,238,207); }
H1.HeaderClassName
{
color: #B4EECF;
}
.AnyTagClassName
{
color: #B4EECF;
}
</style>
background-color css
<style>
a { background-color: #B4EECF; }
a { background-color: rgb(180,238,207); }
div.DivClassName
{
background-color: #B4EECF;
}
.BgClassName
{
background-color: #B4EECF;
}
</style>
border-color css
<style>
span { border-color: #B4EECF; }
span { border-color: rgb(180,238,207); }
td.TdClassName
{
border-color: #B4EECF;
}
.TagClassName
{
border-color: #B4EECF;
}
</style>