Html Css Color HEX #3AC080 Medium Sea Green

📋 copy color: '#3AC080'

red 58 ◦ green 192 ◦ blue 128

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

Shades of Medium Sea Green #3AC080

Tints of Medium Sea Green #3AC080

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.79%

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

R = 15.34%
G = 50.79%
B = 33.86%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#3AC080 (or 0x3AC080) is known color: Medium Sea Green. HEX triplet: 3A, C0 and 80. RGB value is (58,192,128). Sum of RGB (Red+Green+Blue) = 58+192+128=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC080 is #C53F7F. Grayscale: #909090. Windows color (decimal): -12926848 or 8437818. OLE color: 8437818.

HSL color Cylindrical-coordinate representation of color #3AC080: hue angle of 151.34º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC080 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 192 128 -
CMYK 0.70 0 0.33 0.25
HSL 151.34º 0.54% 0.49% -
HSV(B) 151.34º 0.7% 0.75% -
XYZ 24.49 40.16 26.88 -
YUV 144.64 118.61 66.2 -
System Red Green Blue C M Y K H S L
Decimal 58 192 128 0.70 0 0.33 0.25 151.34 0.54 0.49
Hex 3A C0 80 46 0 21 19 97 36 31
Octal 72 300 200 106 0 41 31 227 66 61
Binary 111010 11000000 10000000 1000110 0 100001 11001 10010111 110110 110001

Color Harmonies of #3AC080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC080

Black with #3AC080

Text Example


Text Example

White with #3AC080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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