#3AEA76

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

Shades of Emerald #3AEA76

Tints of Emerald #3AEA76

Color information

#3AEA76 (or 0x3AEA76) is unknown color: approx Emerald. HEX triplet: 3A, EA and 76. RGB value is (58,234,118). Sum of RGB (Red+Green+Blue) = 58+234+118=410 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.15% from 410); Green value is 234 (91.80% from 255 or 57.07% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEA76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AEA76 is #C51589. Grayscale: #A8A8A8. Windows color (decimal): -12916106 or 7793210. OLE color: 7793210.

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

Color convert

RGB58234118-
CMYK0.7500.500.08
HSL140.45º80.73%57.25%-
HSV(B)140.45º75.21%91.76%-
XYZ34.4461.0527.11-
YUV168.1599.6949.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.15%
GREEN value IS 234 (91.80% from 255) = 57.07%
BLUE value IS 118 (46.48% from 255) = 28.78%
R=14.15%
G=57.07%
B=28.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal582341180.7500.500.08140.4580.7357.25
Hex3AEA764B03288c5139
Octal723521661130621021412171
Binary111010111010101110110100101101100101000100011001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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