#3AEA7D

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

Shades of Emerald #3AEA7D

Tints of Emerald #3AEA7D

Color information

#3AEA7D (or 0x3AEA7D) is unknown color: approx Emerald. HEX triplet: 3A, EA and 7D. RGB value is (58,234,125). Sum of RGB (Red+Green+Blue) = 58+234+125=417 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.91% from 417); Green value is 234 (91.80% from 255 or 56.12% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEA7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AEA7D is #C51582. Grayscale: #A9A9A9. Windows color (decimal): -12916099 or 8251962. OLE color: 8251962.

HSL color Cylindrical-coordinate representation of color #3AEA7D: hue angle of 142.84º 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 #3AEA7D is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB58234125-
CMYK0.7500.470.08
HSL142.84º80.73%57.25%-
HSV(B)142.84º75.21%91.76%-
XYZ34.8761.2329.38-
YUV168.95103.1948.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.91%
GREEN value IS 234 (91.80% from 255) = 56.12%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=13.91%
G=56.12%
B=29.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal582341250.7500.470.08142.8480.7357.25
Hex3AEA7D4B02F88f5139
Octal723521751130571021712171
Binary111010111010101111101100101101011111000100011111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,234,125); }

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

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

 a { background-color: rgb(58,234,125); }

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

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

 span { border-color: rgb(58,234,125); }

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