Html Css Color HEX #3AD880 Emerald

📋 copy color: '#3AD880'

red 58 ◦ green 216 ◦ blue 128

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

Shades of Emerald #3AD880

Tints of Emerald #3AD880

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.73%

 BLUE value IS 128 (50.39% from 255) = 31.84%

R = 14.43%
G = 53.73%
B = 31.84%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#3AD880 (or 0x3AD880) is known color: Emerald. HEX triplet: 3A, D8 and 80. RGB value is (58,216,128). Sum of RGB (Red+Green+Blue) = 58+216+128=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD880 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD880 is #C5277F. Grayscale: #9E9E9E. Windows color (decimal): -12920704 or 8443962. OLE color: 8443962.

HSL color Cylindrical-coordinate representation of color #3AD880: hue angle of 146.58º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD880 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 216 128 -
CMYK 0.73 0 0.41 0.15
HSL 146.58º 0.67% 0.54% -
HSV(B) 146.58º 0.73% 0.85% -
XYZ 30.2 51.57 28.78 -
YUV 158.73 110.65 56.16 -
System Red Green Blue C M Y K H S L
Decimal 58 216 128 0.73 0 0.41 0.15 146.58 0.67 0.54
Hex 3A D8 80 49 0 29 F 93 43 36
Octal 72 330 200 111 0 51 17 223 103 66
Binary 111010 11011000 10000000 1001001 0 101001 1111 10010011 1000011 110110

Color Harmonies of #3AD880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD880

Black with #3AD880

Text Example


Text Example

White with #3AD880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,216,128); }

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

background-color css

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

 a { background-color: rgb(58,216,128); }

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

border-color css

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

 span { border-color: rgb(58,216,128); }

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