Html Css Color HEX #3ABF80 Medium Sea Green

📋 copy color: '#3ABF80'

red 58 ◦ green 191 ◦ blue 128

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

Shades of Medium Sea Green #3ABF80

Tints of Medium Sea Green #3ABF80

RGB

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

 GREEN value IS 191 (75% from 255) = 50.66%

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

R = 15.38%
G = 50.66%
B = 33.95%

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

#3ABF80 (or 0x3ABF80) is known color: Medium Sea Green. HEX triplet: 3A, BF and 80. RGB value is (58,191,128). Sum of RGB (Red+Green+Blue) = 58+191+128=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABF80 is #C5407F. Grayscale: #909090. Windows color (decimal): -12927104 or 8437562. OLE color: 8437562.

HSL color Cylindrical-coordinate representation of color #3ABF80: hue angle of 151.58º degrees, saturation: 0.53, 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 #3ABF80 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 191 128 -
CMYK 0.70 0 0.33 0.25
HSL 151.58º 0.53% 0.49% -
HSV(B) 151.58º 0.7% 0.75% -
XYZ 24.27 39.72 26.81 -
YUV 144.05 118.94 66.62 -
System Red Green Blue C M Y K H S L
Decimal 58 191 128 0.70 0 0.33 0.25 151.58 0.53 0.49
Hex 3A BF 80 46 0 21 19 98 35 31
Octal 72 277 200 106 0 41 31 230 65 61
Binary 111010 10111111 10000000 1000110 0 100001 11001 10011000 110101 110001

Color Harmonies of #3ABF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABF80

Black with #3ABF80

Text Example


Text Example

White with #3ABF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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