Html Css Color HEX #3AA970 Medium Sea Green

📋 copy color: '#3AA970'

red 58 ◦ green 169 ◦ blue 112

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

Shades of Medium Sea Green #3AA970

Tints of Medium Sea Green #3AA970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.85%

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 17.11%
G = 49.85%
B = 33.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#3AA970 (or 0x3AA970) is known color: Medium Sea Green. HEX triplet: 3A, A9 and 70. RGB value is (58,169,112). Sum of RGB (Red+Green+Blue) = 58+169+112=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 169 (66.41% from 255 or 49.85% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 169 - color contains mainly: green. Hex color #3AA970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA970 is #C5568F. Grayscale: #818181. Windows color (decimal): -12932752 or 7383354. OLE color: 7383354.

HSL color Cylindrical-coordinate representation of color #3AA970: hue angle of 149.19º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AA970 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 58 169 112 -
CMYK 0.66 0 0.34 0.34
HSL 149.19º 0.49% 0.45% -
HSV(B) 149.19º 0.66% 0.66% -
XYZ 18.86 30.45 20.21 -
YUV 129.31 118.23 77.13 -
System Red Green Blue C M Y K H S L
Decimal 58 169 112 0.66 0 0.34 0.34 149.19 0.49 0.45
Hex 3A A9 70 42 0 22 22 95 31 2D
Octal 72 251 160 102 0 42 42 225 61 55
Binary 111010 10101001 1110000 1000010 0 100010 100010 10010101 110001 101101

Color Harmonies of #3AA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA970

Black with #3AA970

Text Example


Text Example

White with #3AA970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,169,112); }

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

background-color css

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

 a { background-color: rgb(58,169,112); }

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

border-color css

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

 span { border-color: rgb(58,169,112); }

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