Shades of Magic Mint #B3EFC9
Tints of Magic Mint #B3EFC9
RGB
CMYK
RGB Variations
Color information
#B3EFC9 (or 0xB3EFC9) is known color: Magic Mint. HEX triplet: B3, EF and C9. RGB value is (179,239,201). Sum of RGB (Red+Green+Blue) = 179+239+201=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFC9 is #4C1036. Grayscale: #D8D8D8. Windows color (decimal): -4984887 or 13234099. OLE color: 13234099.
HSL color Cylindrical-coordinate representation of color #B3EFC9: hue angle of 142º 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 #B3EFC9 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 239 | 201 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.06 |
| HSL | 142º | 0.65% | 0.82% | - |
| HSV(B) | 142º | 0.25% | 0.94% | - |
| XYZ | 60 | 75.53 | 66.68 | - |
| YUV | 216.73 | 119.12 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 239 | 201 | 0.25 | 0 | 0.16 | 0.06 | 142 | 0.65 | 0.82 |
| Hex | B3 | EF | C9 | 19 | 0 | 10 | 6 | 8E | 41 | 52 |
| Octal | 263 | 357 | 311 | 31 | 0 | 20 | 6 | 216 | 101 | 122 |
| Binary | 10110011 | 11101111 | 11001001 | 11001 | 0 | 10000 | 110 | 10001110 | 1000001 | 1010010 |
Color Harmonies of #B3EFC9
Complementary color
Monochromatic Colors of #B3EFC9
Black with #B3EFC9
Text Example
Text Example
White with #B3EFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EFC9; }
p { color: rgb(179,239,201); }
H1.HeaderClassName
{
color: #B3EFC9;
}
.AnyTagClassName
{
color: #B3EFC9;
}
</style>
background-color css
<style>
a { background-color: #B3EFC9; }
a { background-color: rgb(179,239,201); }
div.DivClassName
{
background-color: #B3EFC9;
}
.BgClassName
{
background-color: #B3EFC9;
}
</style>
border-color css
<style>
span { border-color: #B3EFC9; }
span { border-color: rgb(179,239,201); }
td.TdClassName
{
border-color: #B3EFC9;
}
.TagClassName
{
border-color: #B3EFC9;
}
</style>