Shades of Emerald #3AEF7B
Tints of Emerald #3AEF7B
RGB
CMYK
RGB Variations
Color information
#3AEF7B (or 0x3AEF7B) is known color: Emerald. HEX triplet: 3A, EF and 7B. RGB value is (58,239,123). Sum of RGB (Red+Green+Blue) = 58+239+123=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 239 (93.75% from 255 or 56.90% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 239 - color contains mainly: green. Hex color #3AEF7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AEF7B is #C51084. Grayscale: #ABABAB. Windows color (decimal): -12914821 or 8122170. OLE color: 8122170.
HSL color Cylindrical-coordinate representation of color #3AEF7B: hue angle of 141.55º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEF7B is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 239 | 123 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.06 |
| HSL | 141.55º | 0.85% | 0.58% | - |
| HSV(B) | 141.55º | 0.76% | 0.94% | - |
| XYZ | 36.19 | 64.06 | 29.2 | - |
| YUV | 171.66 | 100.53 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 239 | 123 | 0.76 | 0 | 0.49 | 0.06 | 141.55 | 0.85 | 0.58 |
| Hex | 3A | EF | 7B | 4C | 0 | 31 | 6 | 8E | 55 | 3A |
| Octal | 72 | 357 | 173 | 114 | 0 | 61 | 6 | 216 | 125 | 72 |
| Binary | 111010 | 11101111 | 1111011 | 1001100 | 0 | 110001 | 110 | 10001110 | 1010101 | 111010 |
Color Harmonies of #3AEF7B
Complementary color
Monochromatic Colors of #3AEF7B
Black with #3AEF7B
Text Example
Text Example
White with #3AEF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEF7B; }
p { color: rgb(58,239,123); }
H1.HeaderClassName
{
color: #3AEF7B;
}
.AnyTagClassName
{
color: #3AEF7B;
}
</style>
background-color css
<style>
a { background-color: #3AEF7B; }
a { background-color: rgb(58,239,123); }
div.DivClassName
{
background-color: #3AEF7B;
}
.BgClassName
{
background-color: #3AEF7B;
}
</style>
border-color css
<style>
span { border-color: #3AEF7B; }
span { border-color: rgb(58,239,123); }
td.TdClassName
{
border-color: #3AEF7B;
}
.TagClassName
{
border-color: #3AEF7B;
}
</style>