Shades of Magic Mint #B5EFD4
Tints of Magic Mint #B5EFD4
RGB
CMYK
RGB Variations
Color information
#B5EFD4 (or 0xB5EFD4) is known color: Magic Mint. HEX triplet: B5, EF and D4. RGB value is (181,239,212). Sum of RGB (Red+Green+Blue) = 181+239+212=632 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.64% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFD4 is #4A102B. Grayscale: #DADADA. Windows color (decimal): -4853804 or 13954997. OLE color: 13954997.
HSL color Cylindrical-coordinate representation of color #B5EFD4: hue angle of 152.07º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EFD4 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 239 | 212 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.06 |
| HSL | 152.07º | 0.64% | 0.82% | - |
| HSV(B) | 152.07º | 0.24% | 0.94% | - |
| XYZ | 61.81 | 76.31 | 73.76 | - |
| YUV | 218.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 239 | 212 | 0.24 | 0 | 0.11 | 0.06 | 152.07 | 0.64 | 0.82 |
| Hex | B5 | EF | D4 | 18 | 0 | B | 6 | 98 | 40 | 52 |
| Octal | 265 | 357 | 324 | 30 | 0 | 13 | 6 | 230 | 100 | 122 |
| Binary | 10110101 | 11101111 | 11010100 | 11000 | 0 | 1011 | 110 | 10011000 | 1000000 | 1010010 |
Color Harmonies of #B5EFD4
Complementary color
Monochromatic Colors of #B5EFD4
Black with #B5EFD4
Text Example
Text Example
White with #B5EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EFD4; }
p { color: rgb(181,239,212); }
H1.HeaderClassName
{
color: #B5EFD4;
}
.AnyTagClassName
{
color: #B5EFD4;
}
</style>
background-color css
<style>
a { background-color: #B5EFD4; }
a { background-color: rgb(181,239,212); }
div.DivClassName
{
background-color: #B5EFD4;
}
.BgClassName
{
background-color: #B5EFD4;
}
</style>
border-color css
<style>
span { border-color: #B5EFD4; }
span { border-color: rgb(181,239,212); }
td.TdClassName
{
border-color: #B5EFD4;
}
.TagClassName
{
border-color: #B5EFD4;
}
</style>