#3AE07C

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

Shades of Emerald #3AE07C

Tints of Emerald #3AE07C

Color information

#3AE07C (or 0x3AE07C) is unknown color: approx Emerald. HEX triplet: 3A, E0 and 7C. RGB value is (58,224,124). Sum of RGB (Red+Green+Blue) = 58+224+124=406 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.29% from 406); Green value is 224 (87.89% from 255 or 55.17% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AE07C is #C51F83. Grayscale: #A3A3A3. Windows color (decimal): -12918660 or 8183866. OLE color: 8183866.

HSL color Cylindrical-coordinate representation of color #3AE07C: hue angle of 143.86º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE07C is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB58224124-
CMYK0.7400.450.12
HSL143.86º72.81%55.29%-
HSV(B)143.86º74.11%87.84%-
XYZ32.0455.6728.12-
YUV162.9710653.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.29%
GREEN value IS 224 (87.89% from 255) = 55.17%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=14.29%
G=55.17%
B=30.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal582241240.7400.450.12143.8672.8155.29
Hex3AE07C4A02DC904937
Octal723401741120551422011167
Binary111010111000001111100100101001011011100100100001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,224,124); }

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

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

 a { background-color: rgb(58,224,124); }

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

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

 span { border-color: rgb(58,224,124); }

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