#3AAC65

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

Shades of Medium Sea Green #3AAC65

Tints of Medium Sea Green #3AAC65

Color information

#3AAC65 (or 0x3AAC65) is unknown color: approx Medium Sea Green. HEX triplet: 3A, AC and 65. RGB value is (58,172,101). Sum of RGB (Red+Green+Blue) = 58+172+101=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAC65 is #C5539A. Grayscale: #818181. Windows color (decimal): -12931995 or 6663226. OLE color: 6663226.

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

Color convert

RGB58172101-
CMYK0.6600.410.33
HSL142.63º49.57%45.1%-
HSV(B)142.63º66.28%67.45%-
XYZ18.8531.3417.37-
YUV129.82111.7376.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.52%
GREEN value IS 172 (67.58% from 255) = 51.96%
BLUE value IS 101 (39.84% from 255) = 30.51%
R=17.52%
G=51.96%
B=30.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581721010.6600.410.33142.6349.5745.1
Hex3AAC6542029218f322d
Octal72254145102051412176255
Binary1110101010110011001011000010010100110000110001111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,172,101); }

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

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

 a { background-color: rgb(58,172,101); }

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

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

 span { border-color: rgb(58,172,101); }

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