#3ADD7E

Color #3ADD7E Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #3ADD7E

Tints of Emerald #3ADD7E

Color information

#3ADD7E (or 0x3ADD7E) is unknown color: approx Emerald. HEX triplet: 3A, DD and 7E. RGB value is (58,221,126). Sum of RGB (Red+Green+Blue) = 58+221+126=405 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.32% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADD7E is #C52281. Grayscale: #A1A1A1. Windows color (decimal): -12919426 or 8314170. OLE color: 8314170.

HSL color Cylindrical-coordinate representation of color #3ADD7E: hue angle of 145.03º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADD7E is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB58221126-
CMYK0.7400.430.13
HSL145.03º70.56%54.71%-
HSV(B)145.03º73.76%86.67%-
XYZ31.3754.1228.53-
YUV161.4310854.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 14.32%
GREEN value IS 221 (86.72% from 255) = 54.57%
BLUE value IS 126 (49.61% from 255) = 31.11%
R=14.32%
G=54.57%
B=31.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal582211260.7400.430.13145.0370.5654.71
Hex3ADD7E4A02BD914737
Octal723351761120531522110767
Binary111010110111011111110100101001010111101100100011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ADD7E; }

 p { color: rgb(58,221,126); }

 H1.HeaderClassName
 {
   color: #3ADD7E;
 }
 .AnyTagClassName
 {
   color: #3ADD7E;
 }
</style>
background-color css

<style>
 a { background-color: #3ADD7E; }

 a { background-color: rgb(58,221,126); }

 div.DivClassName
 {
   background-color: #3ADD7E;
 }
 .BgClassName
 {
   background-color: #3ADD7E;
 }
</style>
border-color css

<style>
 span { border-color: #3ADD7E; }

 span { border-color: rgb(58,221,126); }

 td.TdClassName
 {
   border-color: #3ADD7E;
 }
 .TagClassName
 {
   border-color: #3ADD7E;
 }
</style>