#3AAA69

Color #3AAA69 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #3AAA69

Tints of Medium Sea Green #3AAA69

Color information

#3AAA69 (or 0x3AAA69) is unknown color: approx Medium Sea Green. HEX triplet: 3A, AA and 69. RGB value is (58,170,105). Sum of RGB (Red+Green+Blue) = 58+170+105=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAA69 is #C55596. Grayscale: #818181. Windows color (decimal): -12932503 or 6924858. OLE color: 6924858.

HSL color Cylindrical-coordinate representation of color #3AAA69: hue angle of 145.18º 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 #3AAA69 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB58170105-
CMYK0.6600.380.33
HSL145.18º49.12%44.71%-
HSV(B)145.18º65.88%66.67%-
XYZ18.6730.6718.3-
YUV129.1114.3977.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.42%
GREEN value IS 170 (66.80% from 255) = 51.05%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=17.42%
G=51.05%
B=31.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581701050.6600.380.33145.1849.1244.71
Hex3AAA69420262191312d
Octal72252151102046412216155
Binary1110101010101011010011000010010011010000110010001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3AAA69;
 }
 .AnyTagClassName
 {
   color: #3AAA69;
 }
</style>
background-color css

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

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

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

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

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

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