Html Css Color HEX #3AAA70 Medium Sea Green

📋 copy color: '#3AAA70'

red 58 ◦ green 170 ◦ blue 112

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

Shades of Medium Sea Green #3AAA70

Tints of Medium Sea Green #3AAA70

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50%

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

R = 17.06%
G = 50%
B = 32.94%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#3AAA70 (or 0x3AAA70) is known color: Medium Sea Green. HEX triplet: 3A, AA and 70. RGB value is (58,170,112). Sum of RGB (Red+Green+Blue) = 58+170+112=340 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.06% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAA70 is #C5558F. Grayscale: #828282. Windows color (decimal): -12932496 or 7383610. OLE color: 7383610.

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

Color convert

RGB 58 170 112 -
CMYK 0.66 0 0.34 0.33
HSL 148.93º 0.49% 0.45% -
HSV(B) 148.93º 0.66% 0.67% -
XYZ 19.04 30.82 20.27 -
YUV 129.9 117.89 76.72 -
System Red Green Blue C M Y K H S L
Decimal 58 170 112 0.66 0 0.34 0.33 148.93 0.49 0.45
Hex 3A AA 70 42 0 22 21 95 31 2D
Octal 72 252 160 102 0 42 41 225 61 55
Binary 111010 10101010 1110000 1000010 0 100010 100001 10010101 110001 101101

Color Harmonies of #3AAA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAA70

Black with #3AAA70

Text Example


Text Example

White with #3AAA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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