Shades of Emerald #3ADA6B
Tints of Emerald #3ADA6B
RGB
CMYK
RGB Variations
Color information
#3ADA6B (or 0x3ADA6B) is known color: Emerald. HEX triplet: 3A, DA and 6B. RGB value is (58,218,107). Sum of RGB (Red+Green+Blue) = 58+218+107=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 218 (85.55% from 255 or 56.92% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADA6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADA6B is #C52594. Grayscale: #9D9D9D. Windows color (decimal): -12920213 or 7068218. OLE color: 7068218.
HSL color Cylindrical-coordinate representation of color #3ADA6B: hue angle of 138.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ADA6B is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 107 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.15 |
| HSL | 138.38º | 0.68% | 0.54% | - |
| HSV(B) | 138.38º | 0.73% | 0.85% | - |
| XYZ | 29.47 | 52.1 | 22.41 | - |
| YUV | 157.51 | 99.49 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 107 | 0.73 | 0 | 0.51 | 0.15 | 138.38 | 0.68 | 0.54 |
| Hex | 3A | DA | 6B | 49 | 0 | 33 | F | 8A | 44 | 36 |
| Octal | 72 | 332 | 153 | 111 | 0 | 63 | 17 | 212 | 104 | 66 |
| Binary | 111010 | 11011010 | 1101011 | 1001001 | 0 | 110011 | 1111 | 10001010 | 1000100 | 110110 |
Color Harmonies of #3ADA6B
Complementary color
Monochromatic Colors of #3ADA6B
Black with #3ADA6B
Text Example
Text Example
White with #3ADA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADA6B; }
p { color: rgb(58,218,107); }
H1.HeaderClassName
{
color: #3ADA6B;
}
.AnyTagClassName
{
color: #3ADA6B;
}
</style>
background-color css
<style>
a { background-color: #3ADA6B; }
a { background-color: rgb(58,218,107); }
div.DivClassName
{
background-color: #3ADA6B;
}
.BgClassName
{
background-color: #3ADA6B;
}
</style>
border-color css
<style>
span { border-color: #3ADA6B; }
span { border-color: rgb(58,218,107); }
td.TdClassName
{
border-color: #3ADA6B;
}
.TagClassName
{
border-color: #3ADA6B;
}
</style>