Html Css Color HEX #3AD07C Emerald

📋 copy color: '#3AD07C'

red 58 ◦ green 208 ◦ blue 124

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

Shades of Emerald #3AD07C

Tints of Emerald #3AD07C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.33%

 BLUE value IS 124 (48.83% from 255) = 31.79%

R = 14.87%
G = 53.33%
B = 31.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#3AD07C (or 0x3AD07C) is known color: Emerald. HEX triplet: 3A, D0 and 7C. RGB value is (58,208,124). Sum of RGB (Red+Green+Blue) = 58+208+124=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD07C is #C52F83. Grayscale: #999999. Windows color (decimal): -12922756 or 8179770. OLE color: 8179770.

HSL color Cylindrical-coordinate representation of color #3AD07C: hue angle of 146.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD07C is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 208 124 -
CMYK 0.72 0 0.40 0.18
HSL 146.4º 0.61% 0.52% -
HSV(B) 146.4º 0.72% 0.82% -
XYZ 27.94 47.47 26.76 -
YUV 153.57 111.31 59.83 -
System Red Green Blue C M Y K H S L
Decimal 58 208 124 0.72 0 0.40 0.18 146.4 0.61 0.52
Hex 3A D0 7C 48 0 28 12 92 3D 34
Octal 72 320 174 110 0 50 22 222 75 64
Binary 111010 11010000 1111100 1001000 0 101000 10010 10010010 111101 110100

Color Harmonies of #3AD07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD07C

Black with #3AD07C

Text Example


Text Example

White with #3AD07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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