Shades of Magic Mint #B4EDD3
Tints of Magic Mint #B4EDD3
RGB
CMYK
RGB Variations
Color information
#B4EDD3 (or 0xB4EDD3) is known color: Magic Mint. HEX triplet: B4, ED and D3. RGB value is (180,237,211). Sum of RGB (Red+Green+Blue) = 180+237+211=628 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.66% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EDD3 is #4B122C. Grayscale: #D9D9D9. Windows color (decimal): -4919853 or 13888948. OLE color: 13888948.
HSL color Cylindrical-coordinate representation of color #B4EDD3: hue angle of 152.63º degrees, saturation: 0.61, 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 #B4EDD3 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 237 | 211 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.07 |
| HSL | 152.63º | 0.61% | 0.82% | - |
| HSV(B) | 152.63º | 0.24% | 0.93% | - |
| XYZ | 60.86 | 74.97 | 72.89 | - |
| YUV | 216.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 237 | 211 | 0.24 | 0 | 0.11 | 0.07 | 152.63 | 0.61 | 0.82 |
| Hex | B4 | ED | D3 | 18 | 0 | B | 7 | 99 | 3D | 52 |
| Octal | 264 | 355 | 323 | 30 | 0 | 13 | 7 | 231 | 75 | 122 |
| Binary | 10110100 | 11101101 | 11010011 | 11000 | 0 | 1011 | 111 | 10011001 | 111101 | 1010010 |
Color Harmonies of #B4EDD3
Complementary color
Monochromatic Colors of #B4EDD3
Black with #B4EDD3
Text Example
Text Example
White with #B4EDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EDD3; }
p { color: rgb(180,237,211); }
H1.HeaderClassName
{
color: #B4EDD3;
}
.AnyTagClassName
{
color: #B4EDD3;
}
</style>
background-color css
<style>
a { background-color: #B4EDD3; }
a { background-color: rgb(180,237,211); }
div.DivClassName
{
background-color: #B4EDD3;
}
.BgClassName
{
background-color: #B4EDD3;
}
</style>
border-color css
<style>
span { border-color: #B4EDD3; }
span { border-color: rgb(180,237,211); }
td.TdClassName
{
border-color: #B4EDD3;
}
.TagClassName
{
border-color: #B4EDD3;
}
</style>