Html Css Color HEX #3AED7A Emerald

📋 copy color: '#3AED7A'

red 58 ◦ green 237 ◦ blue 122

#3AED7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #3AED7A

Tints of Emerald #3AED7A

RGB

 RED value IS 58 (23.05% from 255) = 13.91%

 GREEN value IS 237 (92.97% from 255) = 56.83%

 BLUE value IS 122 (48.05% from 255) = 29.26%

R = 13.91%
G = 56.83%
B = 29.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#3AED7A (or 0x3AED7A) is known color: Emerald. HEX triplet: 3A, ED and 7A. RGB value is (58,237,122). Sum of RGB (Red+Green+Blue) = 58+237+122=417 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.91% from 417); Green value is 237 (92.97% from 255 or 56.83% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AED7A is #C51285. Grayscale: #AAAAAA. Windows color (decimal): -12915334 or 8056122. OLE color: 8056122.

HSL color Cylindrical-coordinate representation of color #3AED7A: hue angle of 141.45º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AED7A is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 237 122 -
CMYK 0.76 0 0.49 0.07
HSL 141.45º 0.83% 0.58% -
HSV(B) 141.45º 0.76% 0.93% -
XYZ 35.54 62.87 28.67 -
YUV 170.37 100.7 47.85 -
System Red Green Blue C M Y K H S L
Decimal 58 237 122 0.76 0 0.49 0.07 141.45 0.83 0.58
Hex 3A ED 7A 4C 0 31 7 8D 53 3A
Octal 72 355 172 114 0 61 7 215 123 72
Binary 111010 11101101 1111010 1001100 0 110001 111 10001101 1010011 111010

Color Harmonies of #3AED7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AED7A

Black with #3AED7A

Text Example


Text Example

White with #3AED7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,237,122); }

 H1.HeaderClassName
 {
   color: #3AED7A;
 }
 .AnyTagClassName
 {
   color: #3AED7A;
 }
</style>

background-color css

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

 a { background-color: rgb(58,237,122); }

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

border-color css

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

 span { border-color: rgb(58,237,122); }

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