Shades of Emerald #3AEA68
Tints of Emerald #3AEA68
RGB
CMYK
RGB Variations
Color information
#3AEA68 (or 0x3AEA68) is known color: Emerald. HEX triplet: 3A, EA and 68. RGB value is (58,234,104). Sum of RGB (Red+Green+Blue) = 58+234+104=396 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.65% from 396); Green value is 234 (91.80% from 255 or 59.09% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEA68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AEA68 is #C51597. Grayscale: #A6A6A6. Windows color (decimal): -12916120 or 6875706. OLE color: 6875706.
HSL color Cylindrical-coordinate representation of color #3AEA68: hue angle of 135.68º 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 #3AEA68 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 234 | 104 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.08 |
| HSL | 135.68º | 0.81% | 0.57% | - |
| HSV(B) | 135.68º | 0.75% | 0.92% | - |
| XYZ | 33.67 | 60.74 | 23.05 | - |
| YUV | 166.56 | 92.69 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 234 | 104 | 0.75 | 0 | 0.56 | 0.08 | 135.68 | 0.81 | 0.57 |
| Hex | 3A | EA | 68 | 4B | 0 | 38 | 8 | 88 | 51 | 39 |
| Octal | 72 | 352 | 150 | 113 | 0 | 70 | 10 | 210 | 121 | 71 |
| Binary | 111010 | 11101010 | 1101000 | 1001011 | 0 | 111000 | 1000 | 10001000 | 1010001 | 111001 |
Color Harmonies of #3AEA68
Complementary color
Monochromatic Colors of #3AEA68
Black with #3AEA68
Text Example
Text Example
White with #3AEA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEA68; }
p { color: rgb(58,234,104); }
H1.HeaderClassName
{
color: #3AEA68;
}
.AnyTagClassName
{
color: #3AEA68;
}
</style>
background-color css
<style>
a { background-color: #3AEA68; }
a { background-color: rgb(58,234,104); }
div.DivClassName
{
background-color: #3AEA68;
}
.BgClassName
{
background-color: #3AEA68;
}
</style>
border-color css
<style>
span { border-color: #3AEA68; }
span { border-color: rgb(58,234,104); }
td.TdClassName
{
border-color: #3AEA68;
}
.TagClassName
{
border-color: #3AEA68;
}
</style>