Shades of Magic Mint #B3EFD5
Tints of Magic Mint #B3EFD5
RGB
CMYK
RGB Variations
Color information
#B3EFD5 (or 0xB3EFD5) is known color: Magic Mint. HEX triplet: B3, EF and D5. RGB value is (179,239,213). Sum of RGB (Red+Green+Blue) = 179+239+213=631 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.37% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFD5 is #4C102A. Grayscale: #DADADA. Windows color (decimal): -4984875 or 14020531. OLE color: 14020531.
HSL color Cylindrical-coordinate representation of color #B3EFD5: hue angle of 154º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EFD5 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 239 | 213 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.06 |
| HSL | 154º | 0.65% | 0.82% | - |
| HSV(B) | 154º | 0.25% | 0.94% | - |
| XYZ | 61.47 | 76.12 | 74.4 | - |
| YUV | 218.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 239 | 213 | 0.25 | 0 | 0.11 | 0.06 | 154 | 0.65 | 0.82 |
| Hex | B3 | EF | D5 | 19 | 0 | B | 6 | 9A | 41 | 52 |
| Octal | 263 | 357 | 325 | 31 | 0 | 13 | 6 | 232 | 101 | 122 |
| Binary | 10110011 | 11101111 | 11010101 | 11001 | 0 | 1011 | 110 | 10011010 | 1000001 | 1010010 |
Color Harmonies of #B3EFD5
Complementary color
Monochromatic Colors of #B3EFD5
Black with #B3EFD5
Text Example
Text Example
White with #B3EFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EFD5; }
p { color: rgb(179,239,213); }
H1.HeaderClassName
{
color: #B3EFD5;
}
.AnyTagClassName
{
color: #B3EFD5;
}
</style>
background-color css
<style>
a { background-color: #B3EFD5; }
a { background-color: rgb(179,239,213); }
div.DivClassName
{
background-color: #B3EFD5;
}
.BgClassName
{
background-color: #B3EFD5;
}
</style>
border-color css
<style>
span { border-color: #B3EFD5; }
span { border-color: rgb(179,239,213); }
td.TdClassName
{
border-color: #B3EFD5;
}
.TagClassName
{
border-color: #B3EFD5;
}
</style>