Html Css Color HEX #3AEB76 Emerald

📋 copy color: '#3AEB76'

red 58 ◦ green 235 ◦ blue 118

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

Shades of Emerald #3AEB76

Tints of Emerald #3AEB76

RGB

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

 GREEN value IS 235 (92.19% from 255) = 57.18%

 BLUE value IS 118 (46.48% from 255) = 28.71%

R = 14.11%
G = 57.18%
B = 28.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#3AEB76 (or 0x3AEB76) is known color: Emerald. HEX triplet: 3A, EB and 76. RGB value is (58,235,118). Sum of RGB (Red+Green+Blue) = 58+235+118=411 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.11% from 411); Green value is 235 (92.19% from 255 or 57.18% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEB76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AEB76 is #C51489. Grayscale: #A9A9A9. Windows color (decimal): -12915850 or 7793466. OLE color: 7793466.

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

Color convert

RGB 58 235 118 -
CMYK 0.75 0 0.50 0.08
HSL 140.34º 0.82% 0.57% -
HSV(B) 140.34º 0.75% 0.92% -
XYZ 34.72 61.62 27.2 -
YUV 168.74 99.36 49.01 -
System Red Green Blue C M Y K H S L
Decimal 58 235 118 0.75 0 0.50 0.08 140.34 0.82 0.57
Hex 3A EB 76 4B 0 32 8 8C 52 39
Octal 72 353 166 113 0 62 10 214 122 71
Binary 111010 11101011 1110110 1001011 0 110010 1000 10001100 1010010 111001

Color Harmonies of #3AEB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEB76

Black with #3AEB76

Text Example


Text Example

White with #3AEB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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