#3AEB5E

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

Shades of Emerald #3AEB5E

Tints of Emerald #3AEB5E

Color information

#3AEB5E (or 0x3AEB5E) is unknown color: approx Emerald. HEX triplet: 3A, EB and 5E. RGB value is (58,235,94). Sum of RGB (Red+Green+Blue) = 58+235+94=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 235 (92.19% from 255 or 60.72% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEB5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AEB5E is #C514A1. Grayscale: #A6A6A6. Windows color (decimal): -12915874 or 6220602. OLE color: 6220602.

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

Color convert

RGB5823594-
CMYK0.7500.60.08
HSL132.2º81.57%57.45%-
HSV(B)132.2º75.32%92.16%-
XYZ33.4761.1220.62-
YUV16687.3650.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.99%
GREEN value IS 235 (92.19% from 255) = 60.72%
BLUE value IS 94 (37.11% from 255) = 24.29%
R=14.99%
G=60.72%
B=24.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal58235940.7500.60.08132.281.5757.45
Hex3AEB5E4B03C8845239
Octal723531361130741020412271
Binary111010111010111011110100101101111001000100001001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,235,94); }

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

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

 a { background-color: rgb(58,235,94); }

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

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

 span { border-color: rgb(58,235,94); }

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