#3AE575

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

Shades of Emerald #3AE575

Tints of Emerald #3AE575

Color information

#3AE575 (or 0x3AE575) is unknown color: approx Emerald. HEX triplet: 3A, E5 and 75. RGB value is (58,229,117). Sum of RGB (Red+Green+Blue) = 58+229+117=404 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.36% from 404); Green value is 229 (89.84% from 255 or 56.68% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 229 - color contains mainly: green. Hex color #3AE575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AE575 is #C51A8A. Grayscale: #A5A5A5. Windows color (decimal): -12917387 or 7726394. OLE color: 7726394.

HSL color Cylindrical-coordinate representation of color #3AE575: hue angle of 140.7º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE575 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB58229117-
CMYK0.7500.490.10
HSL140.7º76.68%56.27%-
HSV(B)140.7º74.67%89.8%-
XYZ32.9858.2226.33-
YUV165.1100.8551.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.36%
GREEN value IS 229 (89.84% from 255) = 56.68%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=14.36%
G=56.68%
B=28.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal582291170.7500.490.10140.776.6856.27
Hex3AE5754B031A8d4d38
Octal723451651130611221511570
Binary111010111001011110101100101101100011010100011011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,229,117); }

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

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

 a { background-color: rgb(58,229,117); }

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

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

 span { border-color: rgb(58,229,117); }

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