Shades of Emerald #3AEA5B
Tints of Emerald #3AEA5B
RGB
CMYK
RGB Variations
Color information
#3AEA5B (or 0x3AEA5B) is known color: Emerald. HEX triplet: 3A, EA and 5B. RGB value is (58,234,91). Sum of RGB (Red+Green+Blue) = 58+234+91=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 234 (91.80% from 255 or 61.10% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEA5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AEA5B is #C515A4. Grayscale: #A5A5A5. Windows color (decimal): -12916133 or 6023738. OLE color: 6023738.
HSL color Cylindrical-coordinate representation of color #3AEA5B: hue angle of 131.25º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AEA5B is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 234 | 91 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.08 |
| HSL | 131.25º | 0.81% | 0.57% | - |
| HSV(B) | 131.25º | 0.75% | 0.92% | - |
| XYZ | 33.06 | 60.5 | 19.83 | - |
| YUV | 165.07 | 86.19 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 234 | 91 | 0.75 | 0 | 0.61 | 0.08 | 131.25 | 0.81 | 0.57 |
| Hex | 3A | EA | 5B | 4B | 0 | 3D | 8 | 83 | 51 | 39 |
| Octal | 72 | 352 | 133 | 113 | 0 | 75 | 10 | 203 | 121 | 71 |
| Binary | 111010 | 11101010 | 1011011 | 1001011 | 0 | 111101 | 1000 | 10000011 | 1010001 | 111001 |
Color Harmonies of #3AEA5B
Complementary color
Monochromatic Colors of #3AEA5B
Black with #3AEA5B
Text Example
Text Example
White with #3AEA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEA5B; }
p { color: rgb(58,234,91); }
H1.HeaderClassName
{
color: #3AEA5B;
}
.AnyTagClassName
{
color: #3AEA5B;
}
</style>
background-color css
<style>
a { background-color: #3AEA5B; }
a { background-color: rgb(58,234,91); }
div.DivClassName
{
background-color: #3AEA5B;
}
.BgClassName
{
background-color: #3AEA5B;
}
</style>
border-color css
<style>
span { border-color: #3AEA5B; }
span { border-color: rgb(58,234,91); }
td.TdClassName
{
border-color: #3AEA5B;
}
.TagClassName
{
border-color: #3AEA5B;
}
</style>