Html Css Color HEX #3AE082 Emerald

📋 copy color: '#3AE082'

red 58 ◦ green 224 ◦ blue 130

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

Shades of Emerald #3AE082

Tints of Emerald #3AE082

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.37%

 BLUE value IS 130 (51.17% from 255) = 31.55%

R = 14.08%
G = 54.37%
B = 31.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#3AE082 (or 0x3AE082) is known color: Emerald. HEX triplet: 3A, E0 and 82. RGB value is (58,224,130). Sum of RGB (Red+Green+Blue) = 58+224+130=412 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.08% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE082 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AE082 is #C51F7D. Grayscale: #A3A3A3. Windows color (decimal): -12918654 or 8577082. OLE color: 8577082.

HSL color Cylindrical-coordinate representation of color #3AE082: hue angle of 146.02º 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 #3AE082 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 58 224 130 -
CMYK 0.74 0 0.42 0.12
HSL 146.02º 0.73% 0.55% -
HSV(B) 146.02º 0.74% 0.88% -
XYZ 32.43 55.82 30.18 -
YUV 163.65 109 52.64 -
System Red Green Blue C M Y K H S L
Decimal 58 224 130 0.74 0 0.42 0.12 146.02 0.73 0.55
Hex 3A E0 82 4A 0 2A C 92 49 37
Octal 72 340 202 112 0 52 14 222 111 67
Binary 111010 11100000 10000010 1001010 0 101010 1100 10010010 1001001 110111

Color Harmonies of #3AE082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE082

Black with #3AE082

Text Example


Text Example

White with #3AE082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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